#F0D9CD

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

Shades of Pot Pourri #F0D9CD

Tints of Pot Pourri #F0D9CD

Color information

#F0D9CD (or 0xF0D9CD) is unknown color: approx Pot Pourri. HEX triplet: F0, D9 and CD. RGB value is (240,217,205). Sum of RGB (Red+Green+Blue) = 240+217+205=662 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.25% from 662); Green value is 217 (85.16% from 255 or 32.78% from 662); Blue value is 205 (80.47% from 255 or 30.97% from 662); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D9CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D9CD is #0F2632. Grayscale: #DEDEDE. Windows color (decimal): -992819 or 13490672. OLE color: 13490672.

HSL color Cylindrical-coordinate representation of color #F0D9CD: hue angle of 20.57º degrees, saturation: 0.54, 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 #F0D9CD is Cyan = 0, Magento = 0.10, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB240217205-
CMYK00.100.150.06
HSL20.57º53.85%87.25%-
HSV(B)20.57º14.58%94.12%-
XYZ71.7772.5667.98-
YUV222.51118.12140.48-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.25%
GREEN value IS 217 (85.16% from 255) = 32.78%
BLUE value IS 205 (80.47% from 255) = 30.97%
R=36.25%
G=32.78%
B=30.97%

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
Decimal24021720500.100.150.0620.5753.8587.25
HexF0D9CD0AF6153657
Octal3603313150121762566127
Binary111100001101100111001101010101111110101011101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D9CD; }

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

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

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

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

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

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

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

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