#FB98B9

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

Shades of Illusion #FB98B9

Tints of Illusion #FB98B9

Color information

#FB98B9 (or 0xFB98B9) is unknown color: approx Illusion. HEX triplet: FB, 98 and B9. RGB value is (251,152,185). Sum of RGB (Red+Green+Blue) = 251+152+185=588 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.69% from 588); Green value is 152 (59.77% from 255 or 25.85% from 588); Blue value is 185 (72.66% from 255 or 31.46% from 588); Max value from RGB is 251 - color contains mainly: red. Hex color #FB98B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB98B9 is #046746. Grayscale: #B9B9B9. Windows color (decimal): -288583 or 12163323. OLE color: 12163323.

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

Color convert

RGB251152185-
CMYK00.390.260.02
HSL340º92.52%79.02%-
HSV(B)340º39.44%98.43%-
XYZ59.7746.4751.72-
YUV185.36127.8174.82-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.69%
GREEN value IS 152 (59.77% from 255) = 25.85%
BLUE value IS 185 (72.66% from 255) = 31.46%
R=42.69%
G=25.85%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25115218500.390.260.0234092.5279.02
HexFB98B90271A21545d4f
Octal373230271047322524135117
Binary1111101110011000101110010100111110101010101010010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB98B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB98B9; }

 p { color: rgb(251,152,185); }

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

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

 a { background-color: rgb(251,152,185); }

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

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

 span { border-color: rgb(251,152,185); }

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