#FDA0AE

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

Shades of Illusion #FDA0AE

Tints of Illusion #FDA0AE

Color information

#FDA0AE (or 0xFDA0AE) is unknown color: approx Illusion. HEX triplet: FD, A0 and AE. RGB value is (253,160,174). Sum of RGB (Red+Green+Blue) = 253+160+174=587 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.10% from 587); Green value is 160 (62.89% from 255 or 27.26% from 587); Blue value is 174 (68.36% from 255 or 29.64% from 587); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA0AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA0AE is #025F51. Grayscale: #BDBDBD. Windows color (decimal): -155474 or 11444477. OLE color: 11444477.

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

Color convert

RGB253160174-
CMYK00.370.310.01
HSL350.97º95.88%80.98%-
HSV(B)350.97º36.76%99.22%-
XYZ60.7249.0846.32-
YUV189.4119.31173.36-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 43.10%
GREEN value IS 160 (62.89% from 255) = 27.26%
BLUE value IS 174 (68.36% from 255) = 29.64%
R=43.10%
G=27.26%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25316017400.370.310.01350.9795.8880.98
HexFDA0AE0251F115f6051
Octal375240256045371537140121
Binary111111011010000010101110010010111111110101111111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA0AE; }

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

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

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

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

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

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

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

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