#FDA0AD

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

Shades of Illusion #FDA0AD

Tints of Illusion #FDA0AD

Color information

#FDA0AD (or 0xFDA0AD) is unknown color: approx Illusion. HEX triplet: FD, A0 and AD. RGB value is (253,160,173). Sum of RGB (Red+Green+Blue) = 253+160+173=586 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.17% from 586); Green value is 160 (62.89% from 255 or 27.30% from 586); Blue value is 173 (67.97% from 255 or 29.52% from 586); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA0AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA0AD is #025F52. Grayscale: #BDBDBD. Windows color (decimal): -155475 or 11378941. OLE color: 11378941.

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

Color convert

RGB253160173-
CMYK00.370.320.01
HSL351.61º95.88%80.98%-
HSV(B)351.61º36.76%99.22%-
XYZ60.6249.0445.81-
YUV189.29118.81173.44-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 43.17%
GREEN value IS 160 (62.89% from 255) = 27.30%
BLUE value IS 173 (67.97% from 255) = 29.52%
R=43.17%
G=27.30%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25316017300.370.320.01351.6195.8880.98
HexFDA0AD0252011606051
Octal375240255045401540140121
Binary1111110110100000101011010100101100000110110000011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA0AD; }

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

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

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

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

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

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

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

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