#F4DCD5

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

Shades of Pot Pourri #F4DCD5

Tints of Pot Pourri #F4DCD5

Color information

#F4DCD5 (or 0xF4DCD5) is unknown color: approx Pot Pourri. HEX triplet: F4, DC and D5. RGB value is (244,220,213). Sum of RGB (Red+Green+Blue) = 244+220+213=677 (89% of max value = 765). Red value is 244 (95.70% from 255 or 36.04% from 677); Green value is 220 (86.33% from 255 or 32.50% from 677); Blue value is 213 (83.59% from 255 or 31.46% from 677); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DCD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4DCD5 is #0B232A. Grayscale: #E2E2E2. Windows color (decimal): -729899 or 14015732. OLE color: 14015732.

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

Color convert

RGB244220213-
CMYK00.100.130.04
HSL13.55º58.49%89.61%-
HSV(B)13.55º12.7%95.69%-
XYZ74.9175.2273.52-
YUV226.38120.45140.57-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 36.04%
GREEN value IS 220 (86.33% from 255) = 32.50%
BLUE value IS 213 (83.59% from 255) = 31.46%
R=36.04%
G=32.50%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.13
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24422021300.100.130.0413.5558.4989.61
HexF4DCD50AD4e3a5a
Octal3643343250121541672132
Binary11110100110111001101010101010110110011101110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4DCD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4DCD5; }

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

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

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

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

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

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

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

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