#F1DCC7

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

Shades of Almond #F1DCC7

Tints of Almond #F1DCC7

Color information

#F1DCC7 (or 0xF1DCC7) is unknown color: approx Almond. HEX triplet: F1, DC and C7. RGB value is (241,220,199). Sum of RGB (Red+Green+Blue) = 241+220+199=660 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.52% from 660); Green value is 220 (86.33% from 255 or 33.33% from 660); Blue value is 199 (78.12% from 255 or 30.15% from 660); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DCC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DCC7 is #0E2338. Grayscale: #DFDFDF. Windows color (decimal): -926521 or 13098225. OLE color: 13098225.

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

Color convert

RGB241220199-
CMYK00.090.170.05
HSL30º60%86.27%-
HSV(B)30º17.43%94.51%-
XYZ72.1874.0164.51-
YUV223.88113.96140.21-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.52%
GREEN value IS 220 (86.33% from 255) = 33.33%
BLUE value IS 199 (78.12% from 255) = 30.15%
R=36.52%
G=33.33%
B=30.15%

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
Decimal24122019900.090.170.05306086.27
HexF1DCC7091151e3c56
Octal3613343070112153674126
Binary1111000111011100110001110100110001101111101111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DCC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DCC7; }

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

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

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

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

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

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

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

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