#F1DECF

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

Shades of Almond #F1DECF

Tints of Almond #F1DECF

Color information

#F1DECF (or 0xF1DECF) is unknown color: approx Almond. HEX triplet: F1, DE and CF. RGB value is (241,222,207). Sum of RGB (Red+Green+Blue) = 241+222+207=670 (88% of max value = 765). Red value is 241 (94.53% from 255 or 35.97% from 670); Green value is 222 (87.11% from 255 or 33.13% from 670); Blue value is 207 (81.25% from 255 or 30.90% from 670); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DECF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DECF is #0E2130. Grayscale: #E2E2E2. Windows color (decimal): -926001 or 13623025. OLE color: 13623025.

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

Color convert

RGB241222207-
CMYK00.080.140.05
HSL26.47º54.84%87.84%-
HSV(B)26.47º14.11%94.51%-
XYZ73.6675.4569.71-
YUV225.97117.29138.72-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.97%
GREEN value IS 222 (87.11% from 255) = 33.13%
BLUE value IS 207 (81.25% from 255) = 30.90%
R=35.97%
G=33.13%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122220700.080.140.0526.4754.8487.84
HexF1DECF08E51a3758
Octal3613363170101653267130
Binary111100011101111011001111010001110101110101101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DECF; }

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

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

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

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

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

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

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

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