#FDA3AC

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

Shades of Illusion #FDA3AC

Tints of Illusion #FDA3AC

Color information

#FDA3AC (or 0xFDA3AC) is unknown color: approx Illusion. HEX triplet: FD, A3 and AC. RGB value is (253,163,172). Sum of RGB (Red+Green+Blue) = 253+163+172=588 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.03% from 588); Green value is 163 (64.06% from 255 or 27.72% from 588); Blue value is 172 (67.58% from 255 or 29.25% from 588); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA3AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA3AC is #025C53. Grayscale: #BEBEBE. Windows color (decimal): -154708 or 11314173. OLE color: 11314173.

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

Color convert

RGB253163172-
CMYK00.360.320.01
HSL354º95.74%81.57%-
HSV(B)354º35.57%99.22%-
XYZ61.0550.0645.47-
YUV190.94117.32172.27-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 43.03%
GREEN value IS 163 (64.06% from 255) = 27.72%
BLUE value IS 172 (67.58% from 255) = 29.25%
R=43.03%
G=27.72%
B=29.25%

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
Decimal25316317200.360.320.0135495.7481.57
HexFDA3AC0242011626052
Octal375243254044401542140122
Binary1111110110100011101011000100100100000110110001011000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA3AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA3AC; }

 p { color: rgb(253,163,172); }

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

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

 a { background-color: rgb(253,163,172); }

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

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

 span { border-color: rgb(253,163,172); }

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