#FDA1AA

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

Shades of Illusion #FDA1AA

Tints of Illusion #FDA1AA

Color information

#FDA1AA (or 0xFDA1AA) is unknown color: approx Illusion. HEX triplet: FD, A1 and AA. RGB value is (253,161,170). Sum of RGB (Red+Green+Blue) = 253+161+170=584 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.32% from 584); Green value is 161 (63.28% from 255 or 27.57% from 584); Blue value is 170 (66.80% from 255 or 29.11% from 584); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA1AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA1AA is #025E55. Grayscale: #BDBDBD. Windows color (decimal): -155222 or 11182589. OLE color: 11182589.

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

Color convert

RGB253161170-
CMYK00.360.330.01
HSL354.13º95.83%81.18%-
HSV(B)354.13º36.36%99.22%-
XYZ60.5149.2744.35-
YUV189.53116.98173.27-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 43.32%
GREEN value IS 161 (63.28% from 255) = 27.57%
BLUE value IS 170 (66.80% from 255) = 29.11%
R=43.32%
G=27.57%
B=29.11%

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
Decimal25316117000.360.330.01354.1395.8381.18
HexFDA1AA0242111626051
Octal375241252044411542140121
Binary1111110110100001101010100100100100001110110001011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA1AA; }

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

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

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

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

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

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

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

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