#FB88B9

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

Shades of Persian Pink #FB88B9

Tints of Persian Pink #FB88B9

Color information

#FB88B9 (or 0xFB88B9) is unknown color: approx Persian Pink. HEX triplet: FB, 88 and B9. RGB value is (251,136,185). Sum of RGB (Red+Green+Blue) = 251+136+185=572 (75% of max value = 765). Red value is 251 (98.44% from 255 or 43.88% from 572); Green value is 136 (53.52% from 255 or 23.78% from 572); Blue value is 185 (72.66% from 255 or 32.34% from 572); Max value from RGB is 251 - color contains mainly: red. Hex color #FB88B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB88B9 is #047746. Grayscale: #AFAFAF. Windows color (decimal): -292679 or 12159227. OLE color: 12159227.

HSL color Cylindrical-coordinate representation of color #FB88B9: hue angle of 334.43º 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 #FB88B9 is Cyan = 0, Magento = 0.46, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB251136185-
CMYK00.460.260.02
HSL334.43º93.5%75.88%-
HSV(B)334.43º45.82%98.43%-
XYZ57.3441.6250.91-
YUV175.97133.1181.52-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.88%
GREEN value IS 136 (53.52% from 255) = 23.78%
BLUE value IS 185 (72.66% from 255) = 32.34%
R=43.88%
G=23.78%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25113618500.460.260.02334.4393.575.88
HexFB88B902E1A214e5d4c
Octal373210271056322516135114
Binary1111101110001000101110010101110110101010100111010111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB88B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB88B9; }

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

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

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

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

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

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

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

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