#FDA0AA

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

Shades of Illusion #FDA0AA

Tints of Illusion #FDA0AA

Color information

#FDA0AA (or 0xFDA0AA) is unknown color: approx Illusion. HEX triplet: FD, A0 and AA. RGB value is (253,160,170). Sum of RGB (Red+Green+Blue) = 253+160+170=583 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.40% from 583); Green value is 160 (62.89% from 255 or 27.44% from 583); Blue value is 170 (66.80% from 255 or 29.16% from 583); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA0AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA0AA is #025F55. Grayscale: #BCBCBC. Windows color (decimal): -155478 or 11182333. OLE color: 11182333.

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

Color convert

RGB253160170-
CMYK00.370.330.01
HSL353.55º95.88%80.98%-
HSV(B)353.55º36.76%99.22%-
XYZ60.3348.9344.29-
YUV188.95117.31173.69-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 43.40%
GREEN value IS 160 (62.89% from 255) = 27.44%
BLUE value IS 170 (66.80% from 255) = 29.16%
R=43.40%
G=27.44%
B=29.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.33
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25316017000.370.330.01353.5595.8880.98
HexFDA0AA0252111626051
Octal375240252045411542140121
Binary1111110110100000101010100100101100001110110001011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA0AA; }

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

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

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

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

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

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

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

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