#FB9AB6

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

Shades of Illusion #FB9AB6

Tints of Illusion #FB9AB6

Color information

#FB9AB6 (or 0xFB9AB6) is unknown color: approx Illusion. HEX triplet: FB, 9A and B6. RGB value is (251,154,182). Sum of RGB (Red+Green+Blue) = 251+154+182=587 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.76% from 587); Green value is 154 (60.55% from 255 or 26.24% from 587); Blue value is 182 (71.48% from 255 or 31.01% from 587); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9AB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB9AB6 is #046549. Grayscale: #BABABA. Windows color (decimal): -288074 or 11967227. OLE color: 11967227.

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

Color convert

RGB251154182-
CMYK00.390.270.02
HSL342.68º92.38%79.41%-
HSV(B)342.68º38.65%98.43%-
XYZ59.784750.18-
YUV186.2125.64174.22-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.76%
GREEN value IS 154 (60.55% from 255) = 26.24%
BLUE value IS 182 (71.48% from 255) = 31.01%
R=42.76%
G=26.24%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25115418200.390.270.02342.6892.3879.41
HexFB9AB60271B21575c4f
Octal373232266047332527134117
Binary1111101110011010101101100100111110111010101011110111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB9AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB9AB6; }

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

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

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

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

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

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

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

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