#F3D9CE

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

Shades of Pot Pourri #F3D9CE

Tints of Pot Pourri #F3D9CE

Color information

#F3D9CE (or 0xF3D9CE) is unknown color: approx Pot Pourri. HEX triplet: F3, D9 and CE. RGB value is (243,217,206). Sum of RGB (Red+Green+Blue) = 243+217+206=666 (88% of max value = 765). Red value is 243 (95.31% from 255 or 36.49% from 666); Green value is 217 (85.16% from 255 or 32.58% from 666); Blue value is 206 (80.86% from 255 or 30.93% from 666); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D9CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3D9CE is #0C2631. Grayscale: #DFDFDF. Windows color (decimal): -796210 or 13556211. OLE color: 13556211.

HSL color Cylindrical-coordinate representation of color #F3D9CE: hue angle of 17.84º degrees, saturation: 0.61, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F3D9CE is Cyan = 0, Magento = 0.11, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB243217206-
CMYK00.110.150.05
HSL17.84º60.66%88.04%-
HSV(B)17.84º15.23%95.29%-
XYZ72.9273.1468.67-
YUV223.52118.11141.89-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 36.49%
GREEN value IS 217 (85.16% from 255) = 32.58%
BLUE value IS 206 (80.86% from 255) = 30.93%
R=36.49%
G=32.58%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24321720600.110.150.0517.8460.6688.04
HexF3D9CE0BF5123d58
Octal3633313160131752275130
Binary111100111101100111001110010111111101100101111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3D9CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3D9CE; }

 p { color: rgb(243,217,206); }

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

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

 a { background-color: rgb(243,217,206); }

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

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

 span { border-color: rgb(243,217,206); }

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