#F0B1AC

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

Shades of Sundown #F0B1AC

Tints of Sundown #F0B1AC

Color information

#F0B1AC (or 0xF0B1AC) is unknown color: approx Sundown. HEX triplet: F0, B1 and AC. RGB value is (240,177,172). Sum of RGB (Red+Green+Blue) = 240+177+172=589 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.75% from 589); Green value is 177 (69.53% from 255 or 30.05% from 589); Blue value is 172 (67.58% from 255 or 29.20% from 589); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B1AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0B1AC is #0F4E53. Grayscale: #C3C3C3. Windows color (decimal): -1003092 or 11317744. OLE color: 11317744.

HSL color Cylindrical-coordinate representation of color #F0B1AC: hue angle of 4.41º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F0B1AC is Cyan = 0, Magento = 0.26, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB240177172-
CMYK00.260.280.06
HSL4.41º69.39%80.78%-
HSV(B)4.41º28.33%94.12%-
XYZ59.152.9546.13-
YUV195.27114.87159.91-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.75%
GREEN value IS 177 (69.53% from 255) = 30.05%
BLUE value IS 172 (67.58% from 255) = 29.20%
R=40.75%
G=30.05%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017717200.260.280.064.4169.3980.78
HexF0B1AC01A1C644551
Octal3602612540323464105121
Binary1111000010110001101011000110101110011010010001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B1AC; }

 p { color: rgb(240,177,172); }

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

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

 a { background-color: rgb(240,177,172); }

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

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

 span { border-color: rgb(240,177,172); }

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