#F0DCCF

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

Shades of Pot Pourri #F0DCCF

Tints of Pot Pourri #F0DCCF

Color information

#F0DCCF (or 0xF0DCCF) is unknown color: approx Pot Pourri. HEX triplet: F0, DC and CF. RGB value is (240,220,207). Sum of RGB (Red+Green+Blue) = 240+220+207=667 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.98% from 667); Green value is 220 (86.33% from 255 or 32.98% from 667); Blue value is 207 (81.25% from 255 or 31.03% from 667); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DCCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DCCF is #0F2330. Grayscale: #E0E0E0. Windows color (decimal): -992049 or 13622512. OLE color: 13622512.

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

Color convert

RGB240220207-
CMYK00.080.140.06
HSL23.64º52.38%87.65%-
HSV(B)23.64º13.75%94.12%-
XYZ72.7974.2269.52-
YUV224.5118.13139.06-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.98%
GREEN value IS 220 (86.33% from 255) = 32.98%
BLUE value IS 207 (81.25% from 255) = 31.03%
R=35.98%
G=32.98%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24022020700.080.140.0623.6452.3887.65
HexF0DCCF08E6183458
Octal3603343170101663064130
Binary111100001101110011001111010001110110110001101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0DCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0DCCF; }

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

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

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

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

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

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

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

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