#FB7EB7

Color #FB7EB7 Persian Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Pink #FB7EB7

Tints of Persian Pink #FB7EB7

Color information

#FB7EB7 (or 0xFB7EB7) is unknown color: approx Persian Pink. HEX triplet: FB, 7E and B7. RGB value is (251,126,183). Sum of RGB (Red+Green+Blue) = 251+126+183=560 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.82% from 560); Green value is 126 (49.61% from 255 or 22.5% from 560); Blue value is 183 (71.88% from 255 or 32.68% from 560); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7EB7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB7EB7 is #048148. Grayscale: #A9A9A9. Windows color (decimal): -295241 or 12025595. OLE color: 12025595.

HSL color Cylindrical-coordinate representation of color #FB7EB7: hue angle of 332.64º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FB7EB7 is Cyan = 0, Magento = 0.50, Yellow = 0.27 and Black (K on CMYK) = 0.02.

Color convert

RGB251126183-
CMYK00.500.270.02
HSL332.64º93.98%73.92%-
HSV(B)332.64º49.8%98.43%-
XYZ55.7938.8549.36-
YUV169.87135.41185.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 251 (98.44% from 255) = 44.82%
GREEN value IS 126 (49.61% from 255) = 22.5%
BLUE value IS 183 (71.88% from 255) = 32.68%
R=44.82%
G=22.5%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25112618300.500.270.02332.6493.9873.92
HexFB7EB70321B214d5e4a
Octal373176267062332515136112
Binary111110111111110101101110110010110111010100110110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB7EB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB7EB7; }

 p { color: rgb(251,126,183); }

 H1.HeaderClassName
 {
   color: #FB7EB7;
 }
 .AnyTagClassName
 {
   color: #FB7EB7;
 }
</style>
background-color css

<style>
 a { background-color: #FB7EB7; }

 a { background-color: rgb(251,126,183); }

 div.DivClassName
 {
   background-color: #FB7EB7;
 }
 .BgClassName
 {
   background-color: #FB7EB7;
 }
</style>
border-color css

<style>
 span { border-color: #FB7EB7; }

 span { border-color: rgb(251,126,183); }

 td.TdClassName
 {
   border-color: #FB7EB7;
 }
 .TagClassName
 {
   border-color: #FB7EB7;
 }
</style>