#FB98BB

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

Shades of Illusion #FB98BB

Tints of Illusion #FB98BB

Color information

#FB98BB (or 0xFB98BB) is unknown color: approx Illusion. HEX triplet: FB, 98 and BB. RGB value is (251,152,187). Sum of RGB (Red+Green+Blue) = 251+152+187=590 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.54% from 590); Green value is 152 (59.77% from 255 or 25.76% from 590); Blue value is 187 (73.44% from 255 or 31.69% from 590); Max value from RGB is 251 - color contains mainly: red. Hex color #FB98BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB98BB is #046744. Grayscale: #B9B9B9. Windows color (decimal): -288581 or 12294395. OLE color: 12294395.

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

Color convert

RGB251152187-
CMYK00.390.250.02
HSL338.79º92.52%79.02%-
HSV(B)338.79º39.44%98.43%-
XYZ59.9846.5552.84-
YUV185.59128.8174.65-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.54%
GREEN value IS 152 (59.77% from 255) = 25.76%
BLUE value IS 187 (73.44% from 255) = 31.69%
R=42.54%
G=25.76%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25115218700.390.250.02338.7992.5279.02
HexFB98BB0271921535d4f
Octal373230273047312523135117
Binary1111101110011000101110110100111110011010101001110111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB98BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB98BB; }

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

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

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

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

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

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

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

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