#F0B0AD

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

Shades of Sundown #F0B0AD

Tints of Sundown #F0B0AD

Color information

#F0B0AD (or 0xF0B0AD) is unknown color: approx Sundown. HEX triplet: F0, B0 and AD. RGB value is (240,176,173). Sum of RGB (Red+Green+Blue) = 240+176+173=589 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.75% from 589); Green value is 176 (69.14% from 255 or 29.88% from 589); Blue value is 173 (67.97% from 255 or 29.37% from 589); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B0AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0B0AD is #0F4F52. Grayscale: #C2C2C2. Windows color (decimal): -1003347 or 11383024. OLE color: 11383024.

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

Color convert

RGB240176173-
CMYK00.270.280.06
HSL2.69º69.07%80.98%-
HSV(B)2.69º27.92%94.12%-
XYZ5952.5946.58-
YUV194.79115.7160.24-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.75%
GREEN value IS 176 (69.14% from 255) = 29.88%
BLUE value IS 173 (67.97% from 255) = 29.37%
R=40.75%
G=29.88%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017617300.270.280.062.6969.0780.98
HexF0B0AD01B1C634551
Octal3602602550333463105121
Binary111100001011000010101101011011111001101110001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B0AD; }

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

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

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

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

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

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

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

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