#F1DDCB

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

Shades of Almond #F1DDCB

Tints of Almond #F1DDCB

Color information

#F1DDCB (or 0xF1DDCB) is unknown color: approx Almond. HEX triplet: F1, DD and CB. RGB value is (241,221,203). Sum of RGB (Red+Green+Blue) = 241+221+203=665 (88% of max value = 765). Red value is 241 (94.53% from 255 or 36.24% from 665); Green value is 221 (86.72% from 255 or 33.23% from 665); Blue value is 203 (79.69% from 255 or 30.53% from 665); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DDCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DDCB is #0E2234. Grayscale: #E1E1E1. Windows color (decimal): -926261 or 13360625. OLE color: 13360625.

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

Color convert

RGB241221203-
CMYK00.080.160.05
HSL28.42º57.58%87.06%-
HSV(B)28.42º15.77%94.51%-
XYZ72.9174.7367.08-
YUV224.93115.63139.46-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.24%
GREEN value IS 221 (86.72% from 255) = 33.23%
BLUE value IS 203 (79.69% from 255) = 30.53%
R=36.24%
G=33.23%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122120300.080.160.0528.4257.5887.06
HexF1DDCB081051c3a57
Octal3613353130102053472127
Binary1111000111011101110010110100010000101111001110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DDCB; }

 p { color: rgb(241,221,203); }

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

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

 a { background-color: rgb(241,221,203); }

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

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

 span { border-color: rgb(241,221,203); }

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