#F6DBCF

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

Shades of Pot Pourri #F6DBCF

Tints of Pot Pourri #F6DBCF

Color information

#F6DBCF (or 0xF6DBCF) is unknown color: approx Pot Pourri. HEX triplet: F6, DB and CF. RGB value is (246,219,207). Sum of RGB (Red+Green+Blue) = 246+219+207=672 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.61% from 672); Green value is 219 (85.94% from 255 or 32.59% from 672); Blue value is 207 (81.25% from 255 or 30.80% from 672); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DBCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6DBCF is #092430. Grayscale: #E1E1E1. Windows color (decimal): -599089 or 13622262. OLE color: 13622262.

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

Color convert

RGB246219207-
CMYK00.110.160.04
HSL18.46º68.42%88.82%-
HSV(B)18.46º15.85%96.47%-
XYZ74.674.7669.53-
YUV225.7117.45142.48-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 36.61%
GREEN value IS 219 (85.94% from 255) = 32.59%
BLUE value IS 207 (81.25% from 255) = 30.80%
R=36.61%
G=32.59%
B=30.80%

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
Decimal24621920700.110.160.0418.4668.4288.82
HexF6DBCF0B104124459
Octal36633331701320422104131
Binary11110110110110111100111101011100001001001010001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6DBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6DBCF; }

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

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

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

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

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

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

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

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