#FDA3AA

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

Shades of Illusion #FDA3AA

Tints of Illusion #FDA3AA

Color information

#FDA3AA (or 0xFDA3AA) is unknown color: approx Illusion. HEX triplet: FD, A3 and AA. RGB value is (253,163,170). Sum of RGB (Red+Green+Blue) = 253+163+170=586 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.17% from 586); Green value is 163 (64.06% from 255 or 27.82% from 586); Blue value is 170 (66.80% from 255 or 29.01% from 586); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA3AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA3AA is #025C55. Grayscale: #BEBEBE. Windows color (decimal): -154710 or 11183101. OLE color: 11183101.

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

Color convert

RGB253163170-
CMYK00.360.330.01
HSL355.33º95.74%81.57%-
HSV(B)355.33º35.57%99.22%-
XYZ60.8649.9844.47-
YUV190.71116.32172.43-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 43.17%
GREEN value IS 163 (64.06% from 255) = 27.82%
BLUE value IS 170 (66.80% from 255) = 29.01%
R=43.17%
G=27.82%
B=29.01%

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
Decimal25316317000.360.330.01355.3395.7481.57
HexFDA3AA0242111636052
Octal375243252044411543140122
Binary1111110110100011101010100100100100001110110001111000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA3AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA3AA; }

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

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

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

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

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

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

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

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