#FB88B8

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

Shades of Persian Pink #FB88B8

Tints of Persian Pink #FB88B8

Color information

#FB88B8 (or 0xFB88B8) is unknown color: approx Persian Pink. HEX triplet: FB, 88 and B8. RGB value is (251,136,184). Sum of RGB (Red+Green+Blue) = 251+136+184=571 (75% of max value = 765). Red value is 251 (98.44% from 255 or 43.96% from 571); Green value is 136 (53.52% from 255 or 23.82% from 571); Blue value is 184 (72.27% from 255 or 32.22% from 571); Max value from RGB is 251 - color contains mainly: red. Hex color #FB88B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB88B8 is #047747. Grayscale: #AFAFAF. Windows color (decimal): -292680 or 12093691. OLE color: 12093691.

HSL color Cylindrical-coordinate representation of color #FB88B8: hue angle of 334.96º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FB88B8 is Cyan = 0, Magento = 0.46, Yellow = 0.27 and Black (K on CMYK) = 0.02.

Color convert

RGB251136184-
CMYK00.460.270.02
HSL334.96º93.5%75.88%-
HSV(B)334.96º45.82%98.43%-
XYZ57.2441.5850.36-
YUV175.86132.6181.6-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.96%
GREEN value IS 136 (53.52% from 255) = 23.82%
BLUE value IS 184 (72.27% from 255) = 32.22%
R=43.96%
G=23.82%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25113618400.460.270.02334.9693.575.88
HexFB88B802E1B214f5d4c
Octal373210270056332517135114
Binary1111101110001000101110000101110110111010100111110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB88B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB88B8; }

 p { color: rgb(251,136,184); }

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

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

 a { background-color: rgb(251,136,184); }

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

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

 span { border-color: rgb(251,136,184); }

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