#F0D9CC

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

Shades of Pot Pourri #F0D9CC

Tints of Pot Pourri #F0D9CC

Color information

#F0D9CC (or 0xF0D9CC) is unknown color: approx Pot Pourri. HEX triplet: F0, D9 and CC. RGB value is (240,217,204). Sum of RGB (Red+Green+Blue) = 240+217+204=661 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.31% from 661); Green value is 217 (85.16% from 255 or 32.83% from 661); Blue value is 204 (80.08% from 255 or 30.86% from 661); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D9CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D9CC is #0F2633. Grayscale: #DEDEDE. Windows color (decimal): -992820 or 13425136. OLE color: 13425136.

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

Color convert

RGB240217204-
CMYK00.100.150.06
HSL21.67º54.55%87.06%-
HSV(B)21.67º15%94.12%-
XYZ71.6572.5167.35-
YUV222.4117.62140.56-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.31%
GREEN value IS 217 (85.16% from 255) = 32.83%
BLUE value IS 204 (80.08% from 255) = 30.86%
R=36.31%
G=32.83%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24021720400.100.150.0621.6754.5587.06
HexF0D9CC0AF6163757
Octal3603313140121762667127
Binary111100001101100111001100010101111110101101101111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D9CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D9CC; }

 p { color: rgb(240,217,204); }

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

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

 a { background-color: rgb(240,217,204); }

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

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

 span { border-color: rgb(240,217,204); }

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