#F4DDCD

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

Shades of Pot Pourri #F4DDCD

Tints of Pot Pourri #F4DDCD

Color information

#F4DDCD (or 0xF4DDCD) is unknown color: approx Pot Pourri. HEX triplet: F4, DD and CD. RGB value is (244,221,205). Sum of RGB (Red+Green+Blue) = 244+221+205=670 (88% of max value = 765). Red value is 244 (95.70% from 255 or 36.42% from 670); Green value is 221 (86.72% from 255 or 32.99% from 670); Blue value is 205 (80.47% from 255 or 30.60% from 670); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DDCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4DDCD is #0B2232. Grayscale: #E2E2E2. Windows color (decimal): -729651 or 13491700. OLE color: 13491700.

HSL color Cylindrical-coordinate representation of color #F4DDCD: hue angle of 24.62º degrees, saturation: 0.64, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F4DDCD is Cyan = 0, Magento = 0.09, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB244221205-
CMYK00.090.160.04
HSL24.62º63.93%88.04%-
HSV(B)24.62º15.98%95.69%-
XYZ74.1875.3568.39-
YUV226.05116.12140.8-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 36.42%
GREEN value IS 221 (86.72% from 255) = 32.99%
BLUE value IS 205 (80.47% from 255) = 30.60%
R=36.42%
G=32.99%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24422120500.090.160.0424.6263.9388.04
HexF4DDCD09104194058
Octal36433531501120431100130
Binary11110100110111011100110101001100001001100110000001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4DDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4DDCD; }

 p { color: rgb(244,221,205); }

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

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

 a { background-color: rgb(244,221,205); }

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

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

 span { border-color: rgb(244,221,205); }

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