#FDAFAA

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

Shades of Sundown #FDAFAA

Tints of Sundown #FDAFAA

Color information

#FDAFAA (or 0xFDAFAA) is unknown color: approx Sundown. HEX triplet: FD, AF and AA. RGB value is (253,175,170). Sum of RGB (Red+Green+Blue) = 253+175+170=598 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.31% from 598); Green value is 175 (68.75% from 255 or 29.26% from 598); Blue value is 170 (66.80% from 255 or 28.43% from 598); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAFAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDAFAA is #025055. Grayscale: #C5C5C5. Windows color (decimal): -151638 or 11186173. OLE color: 11186173.

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

Color convert

RGB253175170-
CMYK00.310.330.01
HSL3.61º95.4%82.94%-
HSV(B)3.61º32.81%99.22%-
XYZ63.0954.4445.21-
YUV197.75112.34167.41-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.31%
GREEN value IS 175 (68.75% from 255) = 29.26%
BLUE value IS 170 (66.80% from 255) = 28.43%
R=42.31%
G=29.26%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.33
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25317517000.310.330.013.6195.482.94
HexFDAFAA01F21145f53
Octal3752572520374114137123
Binary111111011010111110101010011111100001110010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDAFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDAFAA; }

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

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

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

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

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

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

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

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