#F0DACA

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

Shades of Almond #F0DACA

Tints of Almond #F0DACA

Color information

#F0DACA (or 0xF0DACA) is unknown color: approx Almond. HEX triplet: F0, DA and CA. RGB value is (240,218,202). Sum of RGB (Red+Green+Blue) = 240+218+202=660 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.36% from 660); Green value is 218 (85.55% from 255 or 33.03% from 660); Blue value is 202 (79.30% from 255 or 30.61% from 660); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DACA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DACA is #0F2535. Grayscale: #DEDEDE. Windows color (decimal): -992566 or 13294320. OLE color: 13294320.

HSL color Cylindrical-coordinate representation of color #F0DACA: hue angle of 25.26º degrees, saturation: 0.56, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F0DACA is Cyan = 0, Magento = 0.09, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB240218202-
CMYK00.090.160.06
HSL25.26º55.88%86.67%-
HSV(B)25.26º15.83%94.12%-
XYZ71.6772.9366.18-
YUV222.75116.29140.3-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.36%
GREEN value IS 218 (85.55% from 255) = 33.03%
BLUE value IS 202 (79.30% from 255) = 30.61%
R=36.36%
G=33.03%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24021820200.090.160.0625.2655.8886.67
HexF0DACA09106193857
Octal3603323120112063170127
Binary1111000011011010110010100100110000110110011110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0DACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0DACA; }

 p { color: rgb(240,218,202); }

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

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

 a { background-color: rgb(240,218,202); }

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

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

 span { border-color: rgb(240,218,202); }

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