#F0B0AE

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

Shades of Sundown #F0B0AE

Tints of Sundown #F0B0AE

Color information

#F0B0AE (or 0xF0B0AE) is unknown color: approx Sundown. HEX triplet: F0, B0 and AE. RGB value is (240,176,174). Sum of RGB (Red+Green+Blue) = 240+176+174=590 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.68% from 590); Green value is 176 (69.14% from 255 or 29.83% from 590); Blue value is 174 (68.36% from 255 or 29.49% from 590); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B0AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0B0AE is #0F4F51. Grayscale: #C2C2C2. Windows color (decimal): -1003346 or 11448560. OLE color: 11448560.

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

Color convert

RGB240176174-
CMYK00.270.280.06
HSL1.82º68.75%81.18%-
HSV(B)1.82º27.5%94.12%-
XYZ59.152.6347.09-
YUV194.91116.2160.16-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.68%
GREEN value IS 176 (69.14% from 255) = 29.83%
BLUE value IS 174 (68.36% from 255) = 29.49%
R=40.68%
G=29.83%
B=29.49%

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
Decimal24017617400.270.280.061.8268.7581.18
HexF0B0AE01B1C624551
Octal3602602560333462105121
Binary111100001011000010101110011011111001101010001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B0AE; }

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

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

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

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

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

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

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

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