#FDA1AB

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

Shades of Illusion #FDA1AB

Tints of Illusion #FDA1AB

Color information

#FDA1AB (or 0xFDA1AB) is unknown color: approx Illusion. HEX triplet: FD, A1 and AB. RGB value is (253,161,171). Sum of RGB (Red+Green+Blue) = 253+161+171=585 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.25% from 585); Green value is 161 (63.28% from 255 or 27.52% from 585); Blue value is 171 (67.19% from 255 or 29.23% from 585); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA1AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA1AB is #025E54. Grayscale: #BDBDBD. Windows color (decimal): -155221 or 11248125. OLE color: 11248125.

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

Color convert

RGB253161171-
CMYK00.360.320.01
HSL353.48º95.83%81.18%-
HSV(B)353.48º36.36%99.22%-
XYZ60.649.3144.85-
YUV189.65117.48173.19-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 43.25%
GREEN value IS 161 (63.28% from 255) = 27.52%
BLUE value IS 171 (67.19% from 255) = 29.23%
R=43.25%
G=27.52%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25316117100.360.320.01353.4895.8381.18
HexFDA1AB0242011616051
Octal375241253044401541140121
Binary1111110110100001101010110100100100000110110000111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA1AB; }

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

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

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

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

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

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

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

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