#F6B4A6

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

Shades of Sundown #F6B4A6

Tints of Sundown #F6B4A6

Color information

#F6B4A6 (or 0xF6B4A6) is unknown color: approx Sundown. HEX triplet: F6, B4 and A6. RGB value is (246,180,166). Sum of RGB (Red+Green+Blue) = 246+180+166=592 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.55% from 592); Green value is 180 (70.70% from 255 or 30.41% from 592); Blue value is 166 (65.23% from 255 or 28.04% from 592); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B4A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6B4A6 is #094B59. Grayscale: #C6C6C6. Windows color (decimal): -609114 or 10925302. OLE color: 10925302.

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

Color convert

RGB246180166-
CMYK00.270.330.04
HSL10.5º81.63%80.78%-
HSV(B)10.5º32.52%96.47%-
XYZ61.2154.9943.46-
YUV198.14109.87162.14-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 41.55%
GREEN value IS 180 (70.70% from 255) = 30.41%
BLUE value IS 166 (65.23% from 255) = 28.04%
R=41.55%
G=30.41%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.33
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24618016600.270.330.0410.581.6380.78
HexF6B4A601B214b5251
Octal36626424603341413122121
Binary111101101011010010100110011011100001100101110100101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6B4A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6B4A6; }

 p { color: rgb(246,180,166); }

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

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

 a { background-color: rgb(246,180,166); }

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

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

 span { border-color: rgb(246,180,166); }

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