#F1D8C0

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

Shades of Almond #F1D8C0

Tints of Almond #F1D8C0

Color information

#F1D8C0 (or 0xF1D8C0) is unknown color: approx Almond. HEX triplet: F1, D8 and C0. RGB value is (241,216,192). Sum of RGB (Red+Green+Blue) = 241+216+192=649 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.13% from 649); Green value is 216 (84.77% from 255 or 33.28% from 649); Blue value is 192 (75.39% from 255 or 29.58% from 649); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D8C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D8C0 is #0E273F. Grayscale: #DCDCDC. Windows color (decimal): -927552 or 12638449. OLE color: 12638449.

HSL color Cylindrical-coordinate representation of color #F1D8C0: hue angle of 29.39º degrees, saturation: 0.64, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F1D8C0 is Cyan = 0, Magento = 0.10, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB241216192-
CMYK00.100.200.05
HSL29.39º63.64%84.9%-
HSV(B)29.39º20.33%94.51%-
XYZ70.3571.6259.99-
YUV220.74111.78142.45-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.13%
GREEN value IS 216 (84.77% from 255) = 33.28%
BLUE value IS 192 (75.39% from 255) = 29.58%
R=37.13%
G=33.28%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24121619200.100.200.0529.3963.6484.9
HexF1D8C00A1451d4055
Octal36133030001224535100125
Binary11110001110110001100000001010101001011110110000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D8C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D8C0; }

 p { color: rgb(241,216,192); }

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

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

 a { background-color: rgb(241,216,192); }

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

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

 span { border-color: rgb(241,216,192); }

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