#FB9DB4

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

Shades of Illusion #FB9DB4

Tints of Illusion #FB9DB4

Color information

#FB9DB4 (or 0xFB9DB4) is unknown color: approx Illusion. HEX triplet: FB, 9D and B4. RGB value is (251,157,180). Sum of RGB (Red+Green+Blue) = 251+157+180=588 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.69% from 588); Green value is 157 (61.72% from 255 or 26.70% from 588); Blue value is 180 (70.70% from 255 or 30.61% from 588); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9DB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB9DB4 is #04624B. Grayscale: #BBBBBB. Windows color (decimal): -287308 or 11836923. OLE color: 11836923.

HSL color Cylindrical-coordinate representation of color #FB9DB4: hue angle of 345.32º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FB9DB4 is Cyan = 0, Magento = 0.37, Yellow = 0.28 and Black (K on CMYK) = 0.02.

Color convert

RGB251157180-
CMYK00.370.280.02
HSL345.32º92.16%80%-
HSV(B)345.32º37.45%98.43%-
XYZ60.0847.9249.26-
YUV187.73123.64173.13-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.69%
GREEN value IS 157 (61.72% from 255) = 26.70%
BLUE value IS 180 (70.70% from 255) = 30.61%
R=42.69%
G=26.70%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25115718000.370.280.02345.3292.1680
HexFB9DB40251C21595c50
Octal373235264045342531134120
Binary1111101110011101101101000100101111001010101100110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB9DB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB9DB4; }

 p { color: rgb(251,157,180); }

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

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

 a { background-color: rgb(251,157,180); }

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

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

 span { border-color: rgb(251,157,180); }

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