#F4DECE

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

Shades of Pot Pourri #F4DECE

Tints of Pot Pourri #F4DECE

Color information

#F4DECE (or 0xF4DECE) is unknown color: approx Pot Pourri. HEX triplet: F4, DE and CE. RGB value is (244,222,206). Sum of RGB (Red+Green+Blue) = 244+222+206=672 (89% of max value = 765). Red value is 244 (95.70% from 255 or 36.31% from 672); Green value is 222 (87.11% from 255 or 33.04% from 672); Blue value is 206 (80.86% from 255 or 30.65% from 672); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DECE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4DECE is #0B2131. Grayscale: #E2E2E2. Windows color (decimal): -729394 or 13557492. OLE color: 13557492.

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

Color convert

RGB244222206-
CMYK00.090.160.04
HSL25.26º63.33%88.24%-
HSV(B)25.26º15.57%95.69%-
XYZ74.5775.9369.12-
YUV226.75116.29140.3-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 36.31%
GREEN value IS 222 (87.11% from 255) = 33.04%
BLUE value IS 206 (80.86% from 255) = 30.65%
R=36.31%
G=33.04%
B=30.65%

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
Decimal24422220600.090.160.0425.2663.3388.24
HexF4DECE09104193f58
Octal3643363160112043177130
Binary1111010011011110110011100100110000100110011111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4DECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4DECE; }

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

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

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

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

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

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

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

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