#F6DDCD

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

Shades of Pot Pourri #F6DDCD

Tints of Pot Pourri #F6DDCD

Color information

#F6DDCD (or 0xF6DDCD) is unknown color: approx Pot Pourri. HEX triplet: F6, DD and CD. RGB value is (246,221,205). Sum of RGB (Red+Green+Blue) = 246+221+205=672 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.61% from 672); Green value is 221 (86.72% from 255 or 32.89% from 672); Blue value is 205 (80.47% from 255 or 30.51% from 672); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DDCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6DDCD is #092232. Grayscale: #E2E2E2. Windows color (decimal): -598579 or 13491702. OLE color: 13491702.

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

Color convert

RGB246221205-
CMYK00.100.170.04
HSL23.41º69.49%88.43%-
HSV(B)23.41º16.67%96.47%-
XYZ74.8875.7168.43-
YUV226.65115.78141.8-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 36.61%
GREEN value IS 221 (86.72% from 255) = 32.89%
BLUE value IS 205 (80.47% from 255) = 30.51%
R=36.61%
G=32.89%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24622120500.100.170.0423.4169.4988.43
HexF6DDCD0A114174558
Octal36633531501221427105130
Binary11110110110111011100110101010100011001011110001011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6DDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6DDCD; }

 p { color: rgb(246,221,205); }

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

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

 a { background-color: rgb(246,221,205); }

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

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

 span { border-color: rgb(246,221,205); }

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