#F0DACE

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

Shades of Pot Pourri #F0DACE

Tints of Pot Pourri #F0DACE

Color information

#F0DACE (or 0xF0DACE) is unknown color: approx Pot Pourri. HEX triplet: F0, DA and CE. RGB value is (240,218,206). Sum of RGB (Red+Green+Blue) = 240+218+206=664 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.14% from 664); Green value is 218 (85.55% from 255 or 32.83% from 664); Blue value is 206 (80.86% from 255 or 31.02% from 664); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DACE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DACE is #0F2531. Grayscale: #DFDFDF. Windows color (decimal): -992562 or 13556464. OLE color: 13556464.

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

Color convert

RGB240218206-
CMYK00.090.140.06
HSL21.18º53.12%87.45%-
HSV(B)21.18º14.17%94.12%-
XYZ72.1573.1268.7-
YUV223.21118.29139.98-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.14%
GREEN value IS 218 (85.55% from 255) = 32.83%
BLUE value IS 206 (80.86% from 255) = 31.02%
R=36.14%
G=32.83%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24021820600.090.140.0621.1853.1287.45
HexF0DACE09E6153557
Octal3603323160111662565127
Binary111100001101101011001110010011110110101011101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0DACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0DACE; }

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

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

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

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

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

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

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

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