#F1DCC9

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

Shades of Almond #F1DCC9

Tints of Almond #F1DCC9

Color information

#F1DCC9 (or 0xF1DCC9) is unknown color: approx Almond. HEX triplet: F1, DC and C9. RGB value is (241,220,201). Sum of RGB (Red+Green+Blue) = 241+220+201=662 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.40% from 662); Green value is 220 (86.33% from 255 or 33.23% from 662); Blue value is 201 (78.91% from 255 or 30.36% from 662); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DCC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DCC9 is #0E2336. Grayscale: #E0E0E0. Windows color (decimal): -926519 or 13229297. OLE color: 13229297.

HSL color Cylindrical-coordinate representation of color #F1DCC9: hue angle of 28.5º degrees, saturation: 0.59, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F1DCC9 is Cyan = 0, Magento = 0.09, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB241220201-
CMYK00.090.170.05
HSL28.5º58.82%86.67%-
HSV(B)28.5º16.6%94.51%-
XYZ72.4174.165.75-
YUV224.11114.96140.04-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.40%
GREEN value IS 220 (86.33% from 255) = 33.23%
BLUE value IS 201 (78.91% from 255) = 30.36%
R=36.40%
G=33.23%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122020100.090.170.0528.558.8286.67
HexF1DCC9091151d3b57
Octal3613343110112153573127
Binary1111000111011100110010010100110001101111011110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DCC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DCC9; }

 p { color: rgb(241,220,201); }

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

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

 a { background-color: rgb(241,220,201); }

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

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

 span { border-color: rgb(241,220,201); }

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