#FB9AB0

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

Shades of Illusion #FB9AB0

Tints of Illusion #FB9AB0

Color information

#FB9AB0 (or 0xFB9AB0) is unknown color: approx Illusion. HEX triplet: FB, 9A and B0. RGB value is (251,154,176). Sum of RGB (Red+Green+Blue) = 251+154+176=581 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.20% from 581); Green value is 154 (60.55% from 255 or 26.51% from 581); Blue value is 176 (69.14% from 255 or 30.29% from 581); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9AB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB9AB0 is #04654F. Grayscale: #B9B9B9. Windows color (decimal): -288080 or 11574011. OLE color: 11574011.

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

Color convert

RGB251154176-
CMYK00.390.300.02
HSL346.39º92.38%79.41%-
HSV(B)346.39º38.65%98.43%-
XYZ59.1846.7646.98-
YUV185.51122.64174.71-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.20%
GREEN value IS 154 (60.55% from 255) = 26.51%
BLUE value IS 176 (69.14% from 255) = 30.29%
R=43.20%
G=26.51%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25115417600.390.300.02346.3992.3879.41
HexFB9AB00271E215a5c4f
Octal373232260047362532134117
Binary1111101110011010101100000100111111101010101101010111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB9AB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB9AB0; }

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

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

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

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

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

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

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

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