#F6DECF

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

Shades of Pot Pourri #F6DECF

Tints of Pot Pourri #F6DECF

Color information

#F6DECF (or 0xF6DECF) is unknown color: approx Pot Pourri. HEX triplet: F6, DE and CF. RGB value is (246,222,207). Sum of RGB (Red+Green+Blue) = 246+222+207=675 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.44% from 675); Green value is 222 (87.11% from 255 or 32.89% from 675); Blue value is 207 (81.25% from 255 or 30.67% from 675); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DECF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6DECF is #092130. Grayscale: #E3E3E3. Windows color (decimal): -598321 or 13623030. OLE color: 13623030.

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

Color convert

RGB246222207-
CMYK00.100.160.04
HSL23.08º68.42%88.82%-
HSV(B)23.08º15.85%96.47%-
XYZ75.3976.3469.79-
YUV227.47116.45141.22-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 36.44%
GREEN value IS 222 (87.11% from 255) = 32.89%
BLUE value IS 207 (81.25% from 255) = 30.67%
R=36.44%
G=32.89%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24622220700.100.160.0423.0868.4288.82
HexF6DECF0A104174459
Octal36633631701220427104131
Binary11110110110111101100111101010100001001011110001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6DECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6DECF; }

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

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

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

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

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

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

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

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