#FB9AB4

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

Shades of Illusion #FB9AB4

Tints of Illusion #FB9AB4

Color information

#FB9AB4 (or 0xFB9AB4) is unknown color: approx Illusion. HEX triplet: FB, 9A and B4. RGB value is (251,154,180). Sum of RGB (Red+Green+Blue) = 251+154+180=585 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.91% from 585); Green value is 154 (60.55% from 255 or 26.32% from 585); Blue value is 180 (70.70% from 255 or 30.77% from 585); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9AB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB9AB4 is #04654B. Grayscale: #B9B9B9. Windows color (decimal): -288076 or 11836155. OLE color: 11836155.

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

Color convert

RGB251154180-
CMYK00.390.280.02
HSL343.92º92.38%79.41%-
HSV(B)343.92º38.65%98.43%-
XYZ59.5846.9249.1-
YUV185.97124.64174.39-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.91%
GREEN value IS 154 (60.55% from 255) = 26.32%
BLUE value IS 180 (70.70% from 255) = 30.77%
R=42.91%
G=26.32%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25115418000.390.280.02343.9292.3879.41
HexFB9AB40271C21585c4f
Octal373232264047342530134117
Binary1111101110011010101101000100111111001010101100010111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB9AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB9AB4; }

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

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

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

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

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

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

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

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