#FDA2AD

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

Shades of Illusion #FDA2AD

Tints of Illusion #FDA2AD

Color information

#FDA2AD (or 0xFDA2AD) is unknown color: approx Illusion. HEX triplet: FD, A2 and AD. RGB value is (253,162,173). Sum of RGB (Red+Green+Blue) = 253+162+173=588 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.03% from 588); Green value is 162 (63.67% from 255 or 27.55% from 588); Blue value is 173 (67.97% from 255 or 29.42% from 588); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA2AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA2AD is #025D52. Grayscale: #BEBEBE. Windows color (decimal): -154963 or 11379453. OLE color: 11379453.

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

Color convert

RGB253162173-
CMYK00.360.320.01
HSL352.75º95.79%81.37%-
HSV(B)352.75º35.97%99.22%-
XYZ60.9749.7445.92-
YUV190.46118.15172.61-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 43.03%
GREEN value IS 162 (63.67% from 255) = 27.55%
BLUE value IS 173 (67.97% from 255) = 29.42%
R=43.03%
G=27.55%
B=29.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25316217300.360.320.01352.7595.7981.37
HexFDA2AD0242011616051
Octal375242255044401541140121
Binary1111110110100010101011010100100100000110110000111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA2AD; }

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

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

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

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

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

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

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

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