#FFAFAE

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

Shades of Sundown #FFAFAE

Tints of Sundown #FFAFAE

Color information

#FFAFAE (or 0xFFAFAE) is unknown color: approx Sundown. HEX triplet: FF, AF and AE. RGB value is (255,175,174). Sum of RGB (Red+Green+Blue) = 255+175+174=604 (80% of max value = 765). Red value is 255 (100% from 255 or 42.22% from 604); Green value is 175 (68.75% from 255 or 28.97% from 604); Blue value is 174 (68.36% from 255 or 28.81% from 604); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAFAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAFAE is #005051. Grayscale: #C6C6C6. Windows color (decimal): -20562 or 11448319. OLE color: 11448319.

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

Color convert

RGB255175174-
CMYK00.310.320
HSL0.74º100%84.12%-
HSV(B)0.74º31.76%100%-
XYZ64.2154.9847.27-
YUV198.81114168.08-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.22%
GREEN value IS 175 (68.75% from 255) = 28.97%
BLUE value IS 174 (68.36% from 255) = 28.81%
R=42.22%
G=28.97%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.32
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517517400.310.3200.7410084.12
HexFFAFAE01F20016454
Octal3772572560374001144124
Binary1111111110101111101011100111111000000111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAFAE; }

 p { color: rgb(255,175,174); }

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

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

 a { background-color: rgb(255,175,174); }

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

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

 span { border-color: rgb(255,175,174); }

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