#FDAFA7

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

Shades of Sundown #FDAFA7

Tints of Sundown #FDAFA7

Color information

#FDAFA7 (or 0xFDAFA7) is unknown color: approx Sundown. HEX triplet: FD, AF and A7. RGB value is (253,175,167). Sum of RGB (Red+Green+Blue) = 253+175+167=595 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.52% from 595); Green value is 175 (68.75% from 255 or 29.41% from 595); Blue value is 167 (65.62% from 255 or 28.07% from 595); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAFA7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDAFA7 is #025058. Grayscale: #C5C5C5. Windows color (decimal): -151641 or 10989565. OLE color: 10989565.

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

Color convert

RGB253175167-
CMYK00.310.340.01
HSL5.58º95.56%82.35%-
HSV(B)5.58º33.99%99.22%-
XYZ62.8154.3343.74-
YUV197.41110.84167.65-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.52%
GREEN value IS 175 (68.75% from 255) = 29.41%
BLUE value IS 167 (65.62% from 255) = 28.07%
R=42.52%
G=29.41%
B=28.07%

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
Decimal25317516700.310.340.015.5895.5682.35
HexFDAFA701F22166052
Octal3752572470374216140122
Binary111111011010111110100111011111100010111011000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDAFA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDAFA7; }

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

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

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

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

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

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

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

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