#F0DBCF

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

Shades of Pot Pourri #F0DBCF

Tints of Pot Pourri #F0DBCF

Color information

#F0DBCF (or 0xF0DBCF) is unknown color: approx Pot Pourri. HEX triplet: F0, DB and CF. RGB value is (240,219,207). Sum of RGB (Red+Green+Blue) = 240+219+207=666 (88% of max value = 765). Red value is 240 (94.14% from 255 or 36.04% from 666); Green value is 219 (85.94% from 255 or 32.88% from 666); Blue value is 207 (81.25% from 255 or 31.08% from 666); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DBCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DBCF is #0F2430. Grayscale: #DFDFDF. Windows color (decimal): -992305 or 13622256. OLE color: 13622256.

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

Color convert

RGB240219207-
CMYK00.090.140.06
HSL21.82º52.38%87.65%-
HSV(B)21.82º13.75%94.12%-
XYZ72.5373.6969.43-
YUV223.91118.46139.48-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.04%
GREEN value IS 219 (85.94% from 255) = 32.88%
BLUE value IS 207 (81.25% from 255) = 31.08%
R=36.04%
G=32.88%
B=31.08%

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
Decimal24021920700.090.140.0621.8252.3887.65
HexF0DBCF09E6163458
Octal3603333170111662664130
Binary111100001101101111001111010011110110101101101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0DBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0DBCF; }

 p { color: rgb(240,219,207); }

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

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

 a { background-color: rgb(240,219,207); }

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

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

 span { border-color: rgb(240,219,207); }

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