#FD97AD

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

Shades of Illusion #FD97AD

Tints of Illusion #FD97AD

Color information

#FD97AD (or 0xFD97AD) is unknown color: approx Illusion. HEX triplet: FD, 97 and AD. RGB value is (253,151,173). Sum of RGB (Red+Green+Blue) = 253+151+173=577 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.85% from 577); Green value is 151 (59.38% from 255 or 26.17% from 577); Blue value is 173 (67.97% from 255 or 29.98% from 577); Max value from RGB is 253 - color contains mainly: red. Hex color #FD97AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD97AD is #026852. Grayscale: #B8B8B8. Windows color (decimal): -157779 or 11376637. OLE color: 11376637.

HSL color Cylindrical-coordinate representation of color #FD97AD: hue angle of 347.06º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FD97AD is Cyan = 0, Magento = 0.40, Yellow = 0.32 and Black (K on CMYK) = 0.01.

Color convert

RGB253151173-
CMYK00.400.320.01
HSL347.06º96.23%79.22%-
HSV(B)347.06º40.32%99.22%-
XYZ59.1246.0345.3-
YUV184.01121.79177.21-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 43.85%
GREEN value IS 151 (59.38% from 255) = 26.17%
BLUE value IS 173 (67.97% from 255) = 29.98%
R=43.85%
G=26.17%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25315117300.400.320.01347.0696.2379.22
HexFD97AD02820115b604f
Octal375227255050401533140117
Binary1111110110010111101011010101000100000110101101111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD97AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD97AD; }

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

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

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

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

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

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

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

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