#FB98B5

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

Shades of Illusion #FB98B5

Tints of Illusion #FB98B5

Color information

#FB98B5 (or 0xFB98B5) is unknown color: approx Illusion. HEX triplet: FB, 98 and B5. RGB value is (251,152,181). Sum of RGB (Red+Green+Blue) = 251+152+181=584 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.98% from 584); Green value is 152 (59.77% from 255 or 26.03% from 584); Blue value is 181 (71.09% from 255 or 30.99% from 584); Max value from RGB is 251 - color contains mainly: red. Hex color #FB98B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB98B5 is #04674A. Grayscale: #B8B8B8. Windows color (decimal): -288587 or 11901179. OLE color: 11901179.

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

Color convert

RGB251152181-
CMYK00.390.280.02
HSL342.42º92.52%79.02%-
HSV(B)342.42º39.44%98.43%-
XYZ59.3546.349.53-
YUV184.91125.8175.14-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.98%
GREEN value IS 152 (59.77% from 255) = 26.03%
BLUE value IS 181 (71.09% from 255) = 30.99%
R=42.98%
G=26.03%
B=30.99%

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
Decimal25115218100.390.280.02342.4292.5279.02
HexFB98B50271C21565d4f
Octal373230265047342526135117
Binary1111101110011000101101010100111111001010101011010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB98B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB98B5; }

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

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

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

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

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

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

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

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