#FB97AD

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

Shades of Illusion #FB97AD

Tints of Illusion #FB97AD

Color information

#FB97AD (or 0xFB97AD) is unknown color: approx Illusion. HEX triplet: FB, 97 and AD. RGB value is (251,151,173). Sum of RGB (Red+Green+Blue) = 251+151+173=575 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.65% from 575); Green value is 151 (59.38% from 255 or 26.26% from 575); Blue value is 173 (67.97% from 255 or 30.09% from 575); Max value from RGB is 251 - color contains mainly: red. Hex color #FB97AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB97AD is #046852. Grayscale: #B7B7B7. Windows color (decimal): -288851 or 11376635. OLE color: 11376635.

HSL color Cylindrical-coordinate representation of color #FB97AD: hue angle of 346.8º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FB97AD is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB251151173-
CMYK00.400.310.02
HSL346.8º92.59%78.82%-
HSV(B)346.8º39.84%98.43%-
XYZ58.3945.6645.27-
YUV183.41122.13176.21-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.65%
GREEN value IS 151 (59.38% from 255) = 26.26%
BLUE value IS 173 (67.97% from 255) = 30.09%
R=43.65%
G=26.26%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25115117300.400.310.02346.892.5978.82
HexFB97AD0281F215b5d4f
Octal373227255050372533135117
Binary1111101110010111101011010101000111111010101101110111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB97AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB97AD; }

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

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

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

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

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

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

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

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