#F6DCCF

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

Shades of Pot Pourri #F6DCCF

Tints of Pot Pourri #F6DCCF

Color information

#F6DCCF (or 0xF6DCCF) is unknown color: approx Pot Pourri. HEX triplet: F6, DC and CF. RGB value is (246,220,207). Sum of RGB (Red+Green+Blue) = 246+220+207=673 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.55% from 673); Green value is 220 (86.33% from 255 or 32.69% from 673); Blue value is 207 (81.25% from 255 or 30.76% from 673); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DCCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6DCCF is #092330. Grayscale: #E2E2E2. Windows color (decimal): -598833 or 13622518. OLE color: 13622518.

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

Color convert

RGB246220207-
CMYK00.110.160.04
HSL20º68.42%88.82%-
HSV(B)20º15.85%96.47%-
XYZ74.8675.2869.62-
YUV226.29117.11142.06-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 36.55%
GREEN value IS 220 (86.33% from 255) = 32.69%
BLUE value IS 207 (81.25% from 255) = 30.76%
R=36.55%
G=32.69%
B=30.76%

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
Decimal24622020700.110.160.042068.4288.82
HexF6DCCF0B104144459
Octal36633431701320424104131
Binary11110110110111001100111101011100001001010010001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6DCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6DCCF; }

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

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

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

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

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

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

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

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