#F6B6AE

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

Shades of Sundown #F6B6AE

Tints of Sundown #F6B6AE

Color information

#F6B6AE (or 0xF6B6AE) is unknown color: approx Sundown. HEX triplet: F6, B6 and AE. RGB value is (246,182,174). Sum of RGB (Red+Green+Blue) = 246+182+174=602 (79% of max value = 765). Red value is 246 (96.48% from 255 or 40.86% from 602); Green value is 182 (71.48% from 255 or 30.23% from 602); Blue value is 174 (68.36% from 255 or 28.90% from 602); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B6AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6B6AE is #094951. Grayscale: #C8C8C8. Windows color (decimal): -608594 or 11450102. OLE color: 11450102.

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

Color convert

RGB246182174-
CMYK00.260.290.04
HSL6.67º80%82.35%-
HSV(B)6.67º29.27%96.47%-
XYZ62.3756.147.59-
YUV200.22113.2160.65-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40.86%
GREEN value IS 182 (71.48% from 255) = 30.23%
BLUE value IS 174 (68.36% from 255) = 28.90%
R=40.86%
G=30.23%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24618217400.260.290.046.678082.35
HexF6B6AE01A1D475052
Octal3662662560323547120122
Binary1111011010110110101011100110101110110011110100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6B6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6B6AE; }

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

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

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

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

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

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

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

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