#F0DDCE

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

Shades of Almond #F0DDCE

Tints of Almond #F0DDCE

Color information

#F0DDCE (or 0xF0DDCE) is unknown color: approx Almond. HEX triplet: F0, DD and CE. RGB value is (240,221,206). Sum of RGB (Red+Green+Blue) = 240+221+206=667 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.98% from 667); Green value is 221 (86.72% from 255 or 33.13% from 667); Blue value is 206 (80.86% from 255 or 30.88% from 667); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DDCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DDCE is #0F2231. Grayscale: #E1E1E1. Windows color (decimal): -991794 or 13557232. OLE color: 13557232.

HSL color Cylindrical-coordinate representation of color #F0DDCE: hue angle of 26.47º degrees, saturation: 0.53, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F0DDCE is Cyan = 0, Magento = 0.08, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB240221206-
CMYK00.080.140.06
HSL26.47º53.12%87.45%-
HSV(B)26.47º14.17%94.12%-
XYZ72.9374.6968.97-
YUV224.97117.29138.72-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.98%
GREEN value IS 221 (86.72% from 255) = 33.13%
BLUE value IS 206 (80.86% from 255) = 30.88%
R=35.98%
G=33.13%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24022120600.080.140.0626.4753.1287.45
HexF0DDCE08E61a3557
Octal3603353160101663265127
Binary111100001101110111001110010001110110110101101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0DDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0DDCE; }

 p { color: rgb(240,221,206); }

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

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

 a { background-color: rgb(240,221,206); }

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

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

 span { border-color: rgb(240,221,206); }

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