#F4DFD6

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

Shades of Pot Pourri #F4DFD6

Tints of Pot Pourri #F4DFD6

Color information

#F4DFD6 (or 0xF4DFD6) is unknown color: approx Pot Pourri. HEX triplet: F4, DF and D6. RGB value is (244,223,214). Sum of RGB (Red+Green+Blue) = 244+223+214=681 (90% of max value = 765). Red value is 244 (95.70% from 255 or 35.83% from 681); Green value is 223 (87.5% from 255 or 32.75% from 681); Blue value is 214 (83.98% from 255 or 31.42% from 681); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DFD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4DFD6 is #0B2029. Grayscale: #E4E4E4. Windows color (decimal): -729130 or 14082036. OLE color: 14082036.

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

Color convert

RGB244223214-
CMYK00.090.120.04
HSL18º57.69%89.8%-
HSV(B)18º12.3%95.69%-
XYZ75.8376.8674.46-
YUV228.25119.96139.23-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 35.83%
GREEN value IS 223 (87.5% from 255) = 32.75%
BLUE value IS 214 (83.98% from 255) = 31.42%
R=35.83%
G=32.75%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.12
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24422321400.090.120.041857.6989.8
HexF4DFD609C4123a5a
Octal3643373260111442272132
Binary111101001101111111010110010011100100100101110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4DFD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4DFD6; }

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

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

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

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

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

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

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

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