#FDAFAD

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

Shades of Sundown #FDAFAD

Tints of Sundown #FDAFAD

Color information

#FDAFAD (or 0xFDAFAD) is unknown color: approx Sundown. HEX triplet: FD, AF and AD. RGB value is (253,175,173). Sum of RGB (Red+Green+Blue) = 253+175+173=601 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.10% from 601); Green value is 175 (68.75% from 255 or 29.12% from 601); Blue value is 173 (67.97% from 255 or 28.79% from 601); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAFAD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDAFAD is #025052. Grayscale: #C6C6C6. Windows color (decimal): -151635 or 11382781. OLE color: 11382781.

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

Color convert

RGB253175173-
CMYK00.310.320.01
HSL1.5º95.24%83.53%-
HSV(B)1.5º31.62%99.22%-
XYZ63.3854.5646.73-
YUV198.09113.84167.16-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.10%
GREEN value IS 175 (68.75% from 255) = 29.12%
BLUE value IS 173 (67.97% from 255) = 28.79%
R=42.10%
G=29.12%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25317517300.310.320.011.595.2483.53
HexFDAFAD01F20125f54
Octal3752572550374012137124
Binary11111101101011111010110101111110000011010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDAFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDAFAD; }

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

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

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

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

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

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

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

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