#F4DCCD

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

Shades of Pot Pourri #F4DCCD

Tints of Pot Pourri #F4DCCD

Color information

#F4DCCD (or 0xF4DCCD) is unknown color: approx Pot Pourri. HEX triplet: F4, DC and CD. RGB value is (244,220,205). Sum of RGB (Red+Green+Blue) = 244+220+205=669 (88% of max value = 765). Red value is 244 (95.70% from 255 or 36.47% from 669); Green value is 220 (86.33% from 255 or 32.88% from 669); Blue value is 205 (80.47% from 255 or 30.64% from 669); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DCCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4DCCD is #0B2332. Grayscale: #E1E1E1. Windows color (decimal): -729907 or 13491444. OLE color: 13491444.

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

Color convert

RGB244220205-
CMYK00.100.160.04
HSL23.08º63.93%88.04%-
HSV(B)23.08º15.98%95.69%-
XYZ73.9274.8368.3-
YUV225.47116.45141.22-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 36.47%
GREEN value IS 220 (86.33% from 255) = 32.88%
BLUE value IS 205 (80.47% from 255) = 30.64%
R=36.47%
G=32.88%
B=30.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24422020500.100.160.0423.0863.9388.04
HexF4DCCD0A104174058
Octal36433431501220427100130
Binary11110100110111001100110101010100001001011110000001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4DCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4DCCD; }

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

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

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

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

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

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

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

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