#F0D8CE

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

Shades of Pot Pourri #F0D8CE

Tints of Pot Pourri #F0D8CE

Color information

#F0D8CE (or 0xF0D8CE) is unknown color: approx Pot Pourri. HEX triplet: F0, D8 and CE. RGB value is (240,216,206). Sum of RGB (Red+Green+Blue) = 240+216+206=662 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.25% from 662); Green value is 216 (84.77% from 255 or 32.63% from 662); Blue value is 206 (80.86% from 255 or 31.12% from 662); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D8CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D8CE is #0F2731. Grayscale: #DEDEDE. Windows color (decimal): -993074 or 13555952. OLE color: 13555952.

HSL color Cylindrical-coordinate representation of color #F0D8CE: hue angle of 17.65º 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 #F0D8CE is Cyan = 0, Magento = 0.1, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB240216206-
CMYK00.10.140.06
HSL17.65º53.12%87.45%-
HSV(B)17.65º14.17%94.12%-
XYZ71.6372.0968.53-
YUV222.04118.95140.81-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.25%
GREEN value IS 216 (84.77% from 255) = 32.63%
BLUE value IS 206 (80.86% from 255) = 31.12%
R=36.25%
G=32.63%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24021620600.10.140.0617.6553.1287.45
HexF0D8CE0AE6123557
Octal3603303160121662265127
Binary111100001101100011001110010101110110100101101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D8CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D8CE; }

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

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

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

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

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

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

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

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