#F2DCCB

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

Shades of Almond #F2DCCB

Tints of Almond #F2DCCB

Color information

#F2DCCB (or 0xF2DCCB) is unknown color: approx Almond. HEX triplet: F2, DC and CB. RGB value is (242,220,203). Sum of RGB (Red+Green+Blue) = 242+220+203=665 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.39% from 665); Green value is 220 (86.33% from 255 or 33.08% from 665); Blue value is 203 (79.69% from 255 or 30.53% from 665); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DCCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DCCB is #0D2334. Grayscale: #E0E0E0. Windows color (decimal): -860981 or 13360370. OLE color: 13360370.

HSL color Cylindrical-coordinate representation of color #F2DCCB: hue angle of 26.15º degrees, saturation: 0.6, 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 #F2DCCB is Cyan = 0, Magento = 0.09, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB242220203-
CMYK00.090.160.05
HSL26.15º60%87.25%-
HSV(B)26.15º16.12%94.9%-
XYZ72.9974.3867.01-
YUV224.64115.79140.38-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.39%
GREEN value IS 220 (86.33% from 255) = 33.08%
BLUE value IS 203 (79.69% from 255) = 30.53%
R=36.39%
G=33.08%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222020300.090.160.0526.156087.25
HexF2DCCB091051a3c57
Octal3623343130112053274127
Binary1111001011011100110010110100110000101110101111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DCCB; }

 p { color: rgb(242,220,203); }

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

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

 a { background-color: rgb(242,220,203); }

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

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

 span { border-color: rgb(242,220,203); }

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