#F6DCCC

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

Shades of Pot Pourri #F6DCCC

Tints of Pot Pourri #F6DCCC

Color information

#F6DCCC (or 0xF6DCCC) is unknown color: approx Pot Pourri. HEX triplet: F6, DC and CC. RGB value is (246,220,204). Sum of RGB (Red+Green+Blue) = 246+220+204=670 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.72% from 670); Green value is 220 (86.33% from 255 or 32.84% from 670); Blue value is 204 (80.08% from 255 or 30.45% from 670); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DCCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6DCCC is #092333. Grayscale: #E2E2E2. Windows color (decimal): -598836 or 13425910. OLE color: 13425910.

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

Color convert

RGB246220204-
CMYK00.110.170.04
HSL22.86º70%88.24%-
HSV(B)22.86º17.07%96.47%-
XYZ74.575.1467.7-
YUV225.95115.61142.3-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 36.72%
GREEN value IS 220 (86.33% from 255) = 32.84%
BLUE value IS 204 (80.08% from 255) = 30.45%
R=36.72%
G=32.84%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24622020400.110.170.0422.867088.24
HexF6DCCC0B114174658
Octal36633431401321427106130
Binary11110110110111001100110001011100011001011110001101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6DCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6DCCC; }

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

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

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

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

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

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

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

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