#F0B3AC

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

Shades of Sundown #F0B3AC

Tints of Sundown #F0B3AC

Color information

#F0B3AC (or 0xF0B3AC) is unknown color: approx Sundown. HEX triplet: F0, B3 and AC. RGB value is (240,179,172). Sum of RGB (Red+Green+Blue) = 240+179+172=591 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.61% from 591); Green value is 179 (70.31% from 255 or 30.29% from 591); Blue value is 172 (67.58% from 255 or 29.10% from 591); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B3AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0B3AC is #0F4C53. Grayscale: #C4C4C4. Windows color (decimal): -1002580 or 11318256. OLE color: 11318256.

HSL color Cylindrical-coordinate representation of color #F0B3AC: hue angle of 6.18º 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 #F0B3AC is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB240179172-
CMYK00.250.280.06
HSL6.18º69.39%80.78%-
HSV(B)6.18º28.33%94.12%-
XYZ59.553.7446.27-
YUV196.44114.21159.07-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.61%
GREEN value IS 179 (70.31% from 255) = 30.29%
BLUE value IS 172 (67.58% from 255) = 29.10%
R=40.61%
G=30.29%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017917200.250.280.066.1869.3980.78
HexF0B3AC0191C664551
Octal3602632540313466105121
Binary1111000010110011101011000110011110011011010001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B3AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B3AC; }

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

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

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

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

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

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

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

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