#F4DFD5

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

Shades of Pot Pourri #F4DFD5

Tints of Pot Pourri #F4DFD5

Color information

#F4DFD5 (or 0xF4DFD5) is unknown color: approx Pot Pourri. HEX triplet: F4, DF and D5. RGB value is (244,223,213). Sum of RGB (Red+Green+Blue) = 244+223+213=680 (90% of max value = 765). Red value is 244 (95.70% from 255 or 35.88% from 680); Green value is 223 (87.5% from 255 or 32.79% from 680); Blue value is 213 (83.59% from 255 or 31.32% from 680); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DFD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4DFD5 is #0B202A. Grayscale: #E4E4E4. Windows color (decimal): -729131 or 14016500. OLE color: 14016500.

HSL color Cylindrical-coordinate representation of color #F4DFD5: hue angle of 19.35º 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 #F4DFD5 is Cyan = 0, Magento = 0.09, Yellow = 0.13 and Black (K on CMYK) = 0.04.

Color convert

RGB244223213-
CMYK00.090.130.04
HSL19.35º58.49%89.61%-
HSV(B)19.35º12.7%95.69%-
XYZ75.7176.8173.79-
YUV228.14119.46139.31-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 35.88%
GREEN value IS 223 (87.5% from 255) = 32.79%
BLUE value IS 213 (83.59% from 255) = 31.32%
R=35.88%
G=32.79%
B=31.32%

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
Decimal24422321300.090.130.0419.3558.4989.61
HexF4DFD509D4133a5a
Octal3643373250111542372132
Binary111101001101111111010101010011101100100111110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4DFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4DFD5; }

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

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

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

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

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

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

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

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