#F3DFD7

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

Shades of Pot Pourri #F3DFD7

Tints of Pot Pourri #F3DFD7

Color information

#F3DFD7 (or 0xF3DFD7) is unknown color: approx Pot Pourri. HEX triplet: F3, DF and D7. RGB value is (243,223,215). Sum of RGB (Red+Green+Blue) = 243+223+215=681 (90% of max value = 765). Red value is 243 (95.31% from 255 or 35.68% from 681); Green value is 223 (87.5% from 255 or 32.75% from 681); Blue value is 215 (84.38% from 255 or 31.57% from 681); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DFD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3DFD7 is #0C2028. Grayscale: #E4E4E4. Windows color (decimal): -794665 or 14147571. OLE color: 14147571.

HSL color Cylindrical-coordinate representation of color #F3DFD7: hue angle of 17.14º degrees, saturation: 0.54, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F3DFD7 is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.05.

Color convert

RGB243223215-
CMYK00.080.120.05
HSL17.14º53.85%89.8%-
HSV(B)17.14º11.52%95.29%-
XYZ75.6276.7475.12-
YUV228.07120.63138.65-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 35.68%
GREEN value IS 223 (87.5% from 255) = 32.75%
BLUE value IS 215 (84.38% from 255) = 31.57%
R=35.68%
G=32.75%
B=31.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24322321500.080.120.0517.1453.8589.8
HexF3DFD708C511365a
Octal3633373270101452166132
Binary111100111101111111010111010001100101100011101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3DFD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3DFD7; }

 p { color: rgb(243,223,215); }

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

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

 a { background-color: rgb(243,223,215); }

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

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

 span { border-color: rgb(243,223,215); }

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