#FB89B6

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

Shades of Persian Pink #FB89B6

Tints of Persian Pink #FB89B6

Color information

#FB89B6 (or 0xFB89B6) is unknown color: approx Persian Pink. HEX triplet: FB, 89 and B6. RGB value is (251,137,182). Sum of RGB (Red+Green+Blue) = 251+137+182=570 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.04% from 570); Green value is 137 (53.91% from 255 or 24.04% from 570); Blue value is 182 (71.48% from 255 or 31.93% from 570); Max value from RGB is 251 - color contains mainly: red. Hex color #FB89B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB89B6 is #047649. Grayscale: #B0B0B0. Windows color (decimal): -292426 or 11962875. OLE color: 11962875.

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

Color convert

RGB251137182-
CMYK00.450.270.02
HSL336.32º93.44%76.08%-
HSV(B)336.32º45.42%98.43%-
XYZ57.1741.7849.31-
YUV176.22131.27181.34-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.04%
GREEN value IS 137 (53.91% from 255) = 24.04%
BLUE value IS 182 (71.48% from 255) = 31.93%
R=44.04%
G=24.04%
B=31.93%

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
Decimal25113718200.450.270.02336.3293.4476.08
HexFB89B602D1B21505d4c
Octal373211266055332520135114
Binary1111101110001001101101100101101110111010101000010111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB89B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB89B6; }

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

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

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

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

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

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

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

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