#F0B0AB

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

Shades of Sundown #F0B0AB

Tints of Sundown #F0B0AB

Color information

#F0B0AB (or 0xF0B0AB) is unknown color: approx Sundown. HEX triplet: F0, B0 and AB. RGB value is (240,176,171). Sum of RGB (Red+Green+Blue) = 240+176+171=587 (77% of max value = 765). Red value is 240 (94.14% from 255 or 40.89% from 587); Green value is 176 (69.14% from 255 or 29.98% from 587); Blue value is 171 (67.19% from 255 or 29.13% from 587); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B0AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0B0AB is #0F4F54. Grayscale: #C2C2C2. Windows color (decimal): -1003349 or 11251952. OLE color: 11251952.

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

Color convert

RGB240176171-
CMYK00.270.290.06
HSL4.35º69.7%80.59%-
HSV(B)4.35º28.75%94.12%-
XYZ58.8152.5245.57-
YUV194.57114.7160.41-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.89%
GREEN value IS 176 (69.14% from 255) = 29.98%
BLUE value IS 171 (67.19% from 255) = 29.13%
R=40.89%
G=29.98%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.29
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017617100.270.290.064.3569.780.59
HexF0B0AB01B1D644651
Octal3602602530333564106121
Binary1111000010110000101010110110111110111010010001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B0AB; }

 p { color: rgb(240,176,171); }

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

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

 a { background-color: rgb(240,176,171); }

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

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

 span { border-color: rgb(240,176,171); }

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