#F6B2AF

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

Shades of Sundown #F6B2AF

Tints of Sundown #F6B2AF

Color information

#F6B2AF (or 0xF6B2AF) is unknown color: approx Sundown. HEX triplet: F6, B2 and AF. RGB value is (246,178,175). Sum of RGB (Red+Green+Blue) = 246+178+175=599 (79% of max value = 765). Red value is 246 (96.48% from 255 or 41.07% from 599); Green value is 178 (69.92% from 255 or 29.72% from 599); Blue value is 175 (68.75% from 255 or 29.22% from 599); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B2AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6B2AF is #094D50. Grayscale: #C6C6C6. Windows color (decimal): -609617 or 11514614. OLE color: 11514614.

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

Color convert

RGB246178175-
CMYK00.280.290.04
HSL2.54º79.78%82.55%-
HSV(B)2.54º28.86%96.47%-
XYZ61.6654.5347.83-
YUV197.99115.03162.24-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 41.07%
GREEN value IS 178 (69.92% from 255) = 29.72%
BLUE value IS 175 (68.75% from 255) = 29.22%
R=41.07%
G=29.72%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24617817500.280.290.042.5479.7882.55
HexF6B2AF01C1D435053
Octal3662622570343543120123
Binary111101101011001010101111011100111011001110100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6B2AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6B2AF; }

 p { color: rgb(246,178,175); }

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

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

 a { background-color: rgb(246,178,175); }

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

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

 span { border-color: rgb(246,178,175); }

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