#F0D9BE

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

Shades of Almond #F0D9BE

Tints of Almond #F0D9BE

Color information

#F0D9BE (or 0xF0D9BE) is unknown color: approx Almond. HEX triplet: F0, D9 and BE. RGB value is (240,217,190). Sum of RGB (Red+Green+Blue) = 240+217+190=647 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.09% from 647); Green value is 217 (85.16% from 255 or 33.54% from 647); Blue value is 190 (74.61% from 255 or 29.37% from 647); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D9BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D9BE is #0F2641. Grayscale: #DCDCDC. Windows color (decimal): -992834 or 12507632. OLE color: 12507632.

HSL color Cylindrical-coordinate representation of color #F0D9BE: hue angle of 32.4º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F0D9BE is Cyan = 0, Magento = 0.10, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB240217190-
CMYK00.100.210.06
HSL32.4º62.5%84.31%-
HSV(B)32.4º20.83%94.12%-
XYZ70.0471.8758.9-
YUV220.8110.62141.7-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.09%
GREEN value IS 217 (85.16% from 255) = 33.54%
BLUE value IS 190 (74.61% from 255) = 29.37%
R=37.09%
G=33.54%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24021719000.100.210.0632.462.584.31
HexF0D9BE0A156203e54
Octal3603312760122564076124
Binary11110000110110011011111001010101011101000001111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D9BE; }

 p { color: rgb(240,217,190); }

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

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

 a { background-color: rgb(240,217,190); }

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

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

 span { border-color: rgb(240,217,190); }

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