#F8AEAD

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

Shades of Sundown #F8AEAD

Tints of Sundown #F8AEAD

Color information

#F8AEAD (or 0xF8AEAD) is unknown color: approx Sundown. HEX triplet: F8, AE and AD. RGB value is (248,174,173). Sum of RGB (Red+Green+Blue) = 248+174+173=595 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.68% from 595); Green value is 174 (68.36% from 255 or 29.24% from 595); Blue value is 173 (67.97% from 255 or 29.08% from 595); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AEAD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8AEAD is #075152. Grayscale: #C4C4C4. Windows color (decimal): -479571 or 11382520. OLE color: 11382520.

HSL color Cylindrical-coordinate representation of color #F8AEAD: hue angle of 0.8º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F8AEAD is Cyan = 0, Magento = 0.30, Yellow = 0.30 and Black (K on CMYK) = 0.03.

Color convert

RGB248174173-
CMYK00.300.300.03
HSL0.8º84.27%82.55%-
HSV(B)0.8º30.24%97.25%-
XYZ61.3953.2546.58-
YUV196.01115.02165.08-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 41.68%
GREEN value IS 174 (68.36% from 255) = 29.24%
BLUE value IS 173 (67.97% from 255) = 29.08%
R=41.68%
G=29.24%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.30
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24817417300.300.300.030.884.2782.55
HexF8AEAD01E1E315453
Octal3702562550363631124123
Binary1111100010101110101011010111101111011110101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8AEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8AEAD; }

 p { color: rgb(248,174,173); }

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

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

 a { background-color: rgb(248,174,173); }

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

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

 span { border-color: rgb(248,174,173); }

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