#F6DDD1

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

Shades of Pot Pourri #F6DDD1

Tints of Pot Pourri #F6DDD1

Color information

#F6DDD1 (or 0xF6DDD1) is unknown color: approx Pot Pourri. HEX triplet: F6, DD and D1. RGB value is (246,221,209). Sum of RGB (Red+Green+Blue) = 246+221+209=676 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.39% from 676); Green value is 221 (86.72% from 255 or 32.69% from 676); Blue value is 209 (82.03% from 255 or 30.92% from 676); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DDD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6DDD1 is #09222E. Grayscale: #E3E3E3. Windows color (decimal): -598575 or 13753846. OLE color: 13753846.

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

Color convert

RGB246221209-
CMYK00.100.150.04
HSL19.46º67.27%89.22%-
HSV(B)19.46º15.04%96.47%-
XYZ75.3775.9171-
YUV227.11117.78141.48-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 36.39%
GREEN value IS 221 (86.72% from 255) = 32.69%
BLUE value IS 209 (82.03% from 255) = 30.92%
R=36.39%
G=32.69%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.15
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24622120900.100.150.0419.4667.2789.22
HexF6DDD10AF4134359
Octal36633532101217423103131
Binary1111011011011101110100010101011111001001110000111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6DDD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6DDD1; }

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

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

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

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

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

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

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

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