#FB98AD

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

Shades of Illusion #FB98AD

Tints of Illusion #FB98AD

Color information

#FB98AD (or 0xFB98AD) is unknown color: approx Illusion. HEX triplet: FB, 98 and AD. RGB value is (251,152,173). Sum of RGB (Red+Green+Blue) = 251+152+173=576 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.58% from 576); Green value is 152 (59.77% from 255 or 26.39% from 576); Blue value is 173 (67.97% from 255 or 30.03% from 576); Max value from RGB is 251 - color contains mainly: red. Hex color #FB98AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB98AD is #046752. Grayscale: #B8B8B8. Windows color (decimal): -288595 or 11376891. OLE color: 11376891.

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

Color convert

RGB251152173-
CMYK00.390.310.02
HSL347.27º92.52%79.02%-
HSV(B)347.27º39.44%98.43%-
XYZ58.5545.9845.32-
YUV183.99121.8175.79-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.58%
GREEN value IS 152 (59.77% from 255) = 26.39%
BLUE value IS 173 (67.97% from 255) = 30.03%
R=43.58%
G=26.39%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25115217300.390.310.02347.2792.5279.02
HexFB98AD0271F215b5d4f
Octal373230255047372533135117
Binary1111101110011000101011010100111111111010101101110111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB98AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB98AD; }

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

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

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

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

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

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

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

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