#FDAFA8

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

Shades of Sundown #FDAFA8

Tints of Sundown #FDAFA8

Color information

#FDAFA8 (or 0xFDAFA8) is unknown color: approx Sundown. HEX triplet: FD, AF and A8. RGB value is (253,175,168). Sum of RGB (Red+Green+Blue) = 253+175+168=596 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.45% from 596); Green value is 175 (68.75% from 255 or 29.36% from 596); Blue value is 168 (66.02% from 255 or 28.19% from 596); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAFA8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDAFA8 is #025057. Grayscale: #C5C5C5. Windows color (decimal): -151640 or 11055101. OLE color: 11055101.

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

Color convert

RGB253175168-
CMYK00.310.340.01
HSL4.94º95.51%82.55%-
HSV(B)4.94º33.6%99.22%-
XYZ62.9154.3744.22-
YUV197.52111.34167.57-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.45%
GREEN value IS 175 (68.75% from 255) = 29.36%
BLUE value IS 168 (66.02% from 255) = 28.19%
R=42.45%
G=29.36%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.34
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25317516800.310.340.014.9495.5182.55
HexFDAFA801F22156053
Octal3752572500374215140123
Binary111111011010111110101000011111100010110111000001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDAFA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDAFA8; }

 p { color: rgb(253,175,168); }

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

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

 a { background-color: rgb(253,175,168); }

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

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

 span { border-color: rgb(253,175,168); }

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