#F4DED5

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

Shades of Pot Pourri #F4DED5

Tints of Pot Pourri #F4DED5

Color information

#F4DED5 (or 0xF4DED5) is unknown color: approx Pot Pourri. HEX triplet: F4, DE and D5. RGB value is (244,222,213). Sum of RGB (Red+Green+Blue) = 244+222+213=679 (89% of max value = 765). Red value is 244 (95.70% from 255 or 35.94% from 679); Green value is 222 (87.11% from 255 or 32.70% from 679); Blue value is 213 (83.59% from 255 or 31.37% from 679); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DED5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4DED5 is #0B212A. Grayscale: #E3E3E3. Windows color (decimal): -729387 or 14016244. OLE color: 14016244.

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

Color convert

RGB244222213-
CMYK00.090.130.04
HSL17.42º58.49%89.61%-
HSV(B)17.42º12.7%95.69%-
XYZ75.4476.2873.7-
YUV227.55119.79139.73-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 35.94%
GREEN value IS 222 (87.11% from 255) = 32.70%
BLUE value IS 213 (83.59% from 255) = 31.37%
R=35.94%
G=32.70%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.13
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24422221300.090.130.0417.4258.4989.61
HexF4DED509D4113a5a
Octal3643363250111542172132
Binary111101001101111011010101010011101100100011110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4DED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4DED5; }

 p { color: rgb(244,222,213); }

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

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

 a { background-color: rgb(244,222,213); }

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

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

 span { border-color: rgb(244,222,213); }

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