#F0DECF

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

Shades of Almond #F0DECF

Tints of Almond #F0DECF

Color information

#F0DECF (or 0xF0DECF) is unknown color: approx Almond. HEX triplet: F0, DE and CF. RGB value is (240,222,207). Sum of RGB (Red+Green+Blue) = 240+222+207=669 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.87% from 669); Green value is 222 (87.11% from 255 or 33.18% from 669); Blue value is 207 (81.25% from 255 or 30.94% from 669); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DECF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DECF is #0F2130. Grayscale: #E1E1E1. Windows color (decimal): -991537 or 13623024. OLE color: 13623024.

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

Color convert

RGB240222207-
CMYK00.080.140.06
HSL27.27º52.38%87.65%-
HSV(B)27.27º13.75%94.12%-
XYZ73.3275.2769.7-
YUV225.67117.46138.22-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.87%
GREEN value IS 222 (87.11% from 255) = 33.18%
BLUE value IS 207 (81.25% from 255) = 30.94%
R=35.87%
G=33.18%
B=30.94%

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
Decimal24022220700.080.140.0627.2752.3887.65
HexF0DECF08E61b3458
Octal3603363170101663364130
Binary111100001101111011001111010001110110110111101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0DECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0DECF; }

 p { color: rgb(240,222,207); }

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

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

 a { background-color: rgb(240,222,207); }

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

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

 span { border-color: rgb(240,222,207); }

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