#F0D8BE

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

Shades of Almond #F0D8BE

Tints of Almond #F0D8BE

Color information

#F0D8BE (or 0xF0D8BE) is unknown color: approx Almond. HEX triplet: F0, D8 and BE. RGB value is (240,216,190). Sum of RGB (Red+Green+Blue) = 240+216+190=646 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.15% from 646); Green value is 216 (84.77% from 255 or 33.44% from 646); Blue value is 190 (74.61% from 255 or 29.41% from 646); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D8BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D8BE is #0F2741. Grayscale: #DCDCDC. Windows color (decimal): -993090 or 12507376. OLE color: 12507376.

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

Color convert

RGB240216190-
CMYK00.10.210.06
HSL31.2º62.5%84.31%-
HSV(B)31.2º20.83%94.12%-
XYZ69.7971.3558.81-
YUV220.21110.95142.11-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.15%
GREEN value IS 216 (84.77% from 255) = 33.44%
BLUE value IS 190 (74.61% from 255) = 29.41%
R=37.15%
G=33.44%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24021619000.10.210.0631.262.584.31
HexF0D8BE0A1561f3e54
Octal3603302760122563776124
Binary1111000011011000101111100101010101110111111111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D8BE; }

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

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

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

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

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

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

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

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