#F6DCD1

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

Shades of Pot Pourri #F6DCD1

Tints of Pot Pourri #F6DCD1

Color information

#F6DCD1 (or 0xF6DCD1) is unknown color: approx Pot Pourri. HEX triplet: F6, DC and D1. RGB value is (246,220,209). Sum of RGB (Red+Green+Blue) = 246+220+209=675 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.44% from 675); Green value is 220 (86.33% from 255 or 32.59% from 675); Blue value is 209 (82.03% from 255 or 30.96% from 675); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DCD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6DCD1 is #09232E. Grayscale: #E2E2E2. Windows color (decimal): -598831 or 13753590. OLE color: 13753590.

HSL color Cylindrical-coordinate representation of color #F6DCD1: hue angle of 17.84º degrees, saturation: 0.67, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F6DCD1 is Cyan = 0, Magento = 0.11, Yellow = 0.15 and Black (K on CMYK) = 0.04.

Color convert

RGB246220209-
CMYK00.110.150.04
HSL17.84º67.27%89.22%-
HSV(B)17.84º15.04%96.47%-
XYZ75.1175.3870.91-
YUV226.52118.11141.89-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 36.44%
GREEN value IS 220 (86.33% from 255) = 32.59%
BLUE value IS 209 (82.03% from 255) = 30.96%
R=36.44%
G=32.59%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.15
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24622020900.110.150.0417.8467.2789.22
HexF6DCD10BF4124359
Octal36633432101317422103131
Binary1111011011011100110100010101111111001001010000111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6DCD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6DCD1; }

 p { color: rgb(246,220,209); }

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

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

 a { background-color: rgb(246,220,209); }

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

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

 span { border-color: rgb(246,220,209); }

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