#F6DCCE

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

Shades of Pot Pourri #F6DCCE

Tints of Pot Pourri #F6DCCE

Color information

#F6DCCE (or 0xF6DCCE) is unknown color: approx Pot Pourri. HEX triplet: F6, DC and CE. RGB value is (246,220,206). Sum of RGB (Red+Green+Blue) = 246+220+206=672 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.61% from 672); Green value is 220 (86.33% from 255 or 32.74% from 672); Blue value is 206 (80.86% from 255 or 30.65% from 672); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DCCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6DCCE is #092331. Grayscale: #E2E2E2. Windows color (decimal): -598834 or 13556982. OLE color: 13556982.

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

Color convert

RGB246220206-
CMYK00.110.160.04
HSL21º68.97%88.63%-
HSV(B)21º16.26%96.47%-
XYZ74.7475.2468.98-
YUV226.18116.61142.14-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 36.61%
GREEN value IS 220 (86.33% from 255) = 32.74%
BLUE value IS 206 (80.86% from 255) = 30.65%
R=36.61%
G=32.74%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24622020600.110.160.042168.9788.63
HexF6DCCE0B104154559
Octal36633431601320425105131
Binary11110110110111001100111001011100001001010110001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6DCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6DCCE; }

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

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

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

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

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

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

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

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