#F6AEAD

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

Shades of Sundown #F6AEAD

Tints of Sundown #F6AEAD

Color information

#F6AEAD (or 0xF6AEAD) is unknown color: approx Sundown. HEX triplet: F6, AE and AD. RGB value is (246,174,173). Sum of RGB (Red+Green+Blue) = 246+174+173=593 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.48% from 593); Green value is 174 (68.36% from 255 or 29.34% from 593); Blue value is 173 (67.97% from 255 or 29.17% from 593); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AEAD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6AEAD is #095152. Grayscale: #C3C3C3. Windows color (decimal): -610643 or 11382518. OLE color: 11382518.

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

Color convert

RGB246174173-
CMYK00.290.300.04
HSL0.82º80.22%82.16%-
HSV(B)0.82º29.67%96.47%-
XYZ60.6852.8846.54-
YUV195.41115.35164.08-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 41.48%
GREEN value IS 174 (68.36% from 255) = 29.34%
BLUE value IS 173 (67.97% from 255) = 29.17%
R=41.48%
G=29.34%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24617417300.290.300.040.8280.2282.16
HexF6AEAD01D1E415052
Octal3662562550353641120122
Binary11110110101011101010110101110111110100110100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6AEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6AEAD; }

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

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

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

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

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

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

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

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