#FDA2AA

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

Shades of Illusion #FDA2AA

Tints of Illusion #FDA2AA

Color information

#FDA2AA (or 0xFDA2AA) is unknown color: approx Illusion. HEX triplet: FD, A2 and AA. RGB value is (253,162,170). Sum of RGB (Red+Green+Blue) = 253+162+170=585 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.25% from 585); Green value is 162 (63.67% from 255 or 27.69% from 585); Blue value is 170 (66.80% from 255 or 29.06% from 585); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA2AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA2AA is #025D55. Grayscale: #BEBEBE. Windows color (decimal): -154966 or 11182845. OLE color: 11182845.

HSL color Cylindrical-coordinate representation of color #FDA2AA: hue angle of 354.73º 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 #FDA2AA is Cyan = 0, Magento = 0.36, Yellow = 0.33 and Black (K on CMYK) = 0.01.

Color convert

RGB253162170-
CMYK00.360.330.01
HSL354.73º95.79%81.37%-
HSV(B)354.73º35.97%99.22%-
XYZ60.6849.6344.41-
YUV190.12116.65172.85-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 43.25%
GREEN value IS 162 (63.67% from 255) = 27.69%
BLUE value IS 170 (66.80% from 255) = 29.06%
R=43.25%
G=27.69%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.33
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25316217000.360.330.01354.7395.7981.37
HexFDA2AA0242111636051
Octal375242252044411543140121
Binary1111110110100010101010100100100100001110110001111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA2AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA2AA; }

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

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

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

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

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

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

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

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