#FB89B8

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

Shades of Persian Pink #FB89B8

Tints of Persian Pink #FB89B8

Color information

#FB89B8 (or 0xFB89B8) is unknown color: approx Persian Pink. HEX triplet: FB, 89 and B8. RGB value is (251,137,184). Sum of RGB (Red+Green+Blue) = 251+137+184=572 (75% of max value = 765). Red value is 251 (98.44% from 255 or 43.88% from 572); Green value is 137 (53.91% from 255 or 23.95% from 572); Blue value is 184 (72.27% from 255 or 32.17% from 572); Max value from RGB is 251 - color contains mainly: red. Hex color #FB89B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB89B8 is #047647. Grayscale: #B0B0B0. Windows color (decimal): -292424 or 12093947. OLE color: 12093947.

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

Color convert

RGB251137184-
CMYK00.450.270.02
HSL335.26º93.44%76.08%-
HSV(B)335.26º45.42%98.43%-
XYZ57.3841.8650.4-
YUV176.44132.27181.18-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.88%
GREEN value IS 137 (53.91% from 255) = 23.95%
BLUE value IS 184 (72.27% from 255) = 32.17%
R=43.88%
G=23.95%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25113718400.450.270.02335.2693.4476.08
HexFB89B802D1B214f5d4c
Octal373211270055332517135114
Binary1111101110001001101110000101101110111010100111110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB89B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB89B8; }

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

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

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

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

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

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

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

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