#F6B1AB

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

Shades of Sundown #F6B1AB

Tints of Sundown #F6B1AB

Color information

#F6B1AB (or 0xF6B1AB) is unknown color: approx Sundown. HEX triplet: F6, B1 and AB. RGB value is (246,177,171). Sum of RGB (Red+Green+Blue) = 246+177+171=594 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.41% from 594); Green value is 177 (69.53% from 255 or 29.80% from 594); Blue value is 171 (67.19% from 255 or 28.79% from 594); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B1AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6B1AB is #094E54. Grayscale: #C5C5C5. Windows color (decimal): -609877 or 11252214. OLE color: 11252214.

HSL color Cylindrical-coordinate representation of color #F6B1AB: hue angle of 4.8º degrees, saturation: 0.81, 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 #F6B1AB is Cyan = 0, Magento = 0.28, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB246177171-
CMYK00.280.300.04
HSL4.8º80.65%81.76%-
HSV(B)4.8º30.49%96.47%-
XYZ61.0853.9845.73-
YUV196.95113.36162.99-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 41.41%
GREEN value IS 177 (69.53% from 255) = 29.80%
BLUE value IS 171 (67.19% from 255) = 28.79%
R=41.41%
G=29.80%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24617717100.280.300.044.880.6581.76
HexF6B1AB01C1E455152
Octal3662612530343645121122
Binary1111011010110001101010110111001111010010110100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6B1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6B1AB; }

 p { color: rgb(246,177,171); }

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

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

 a { background-color: rgb(246,177,171); }

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

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

 span { border-color: rgb(246,177,171); }

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