#FDA1AE

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

Shades of Illusion #FDA1AE

Tints of Illusion #FDA1AE

Color information

#FDA1AE (or 0xFDA1AE) is unknown color: approx Illusion. HEX triplet: FD, A1 and AE. RGB value is (253,161,174). Sum of RGB (Red+Green+Blue) = 253+161+174=588 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.03% from 588); Green value is 161 (63.28% from 255 or 27.38% from 588); Blue value is 174 (68.36% from 255 or 29.59% from 588); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA1AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA1AE is #025E51. Grayscale: #BEBEBE. Windows color (decimal): -155218 or 11444733. OLE color: 11444733.

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

Color convert

RGB253161174-
CMYK00.360.310.01
HSL351.52º95.83%81.18%-
HSV(B)351.52º36.36%99.22%-
XYZ60.8949.4346.38-
YUV189.99118.98172.94-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 43.03%
GREEN value IS 161 (63.28% from 255) = 27.38%
BLUE value IS 174 (68.36% from 255) = 29.59%
R=43.03%
G=27.38%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25316117400.360.310.01351.5295.8381.18
HexFDA1AE0241F11606051
Octal375241256044371540140121
Binary111111011010000110101110010010011111110110000011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA1AE; }

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

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

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

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

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

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

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

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