#F3DED3

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

Shades of Pot Pourri #F3DED3

Tints of Pot Pourri #F3DED3

Color information

#F3DED3 (or 0xF3DED3) is unknown color: approx Pot Pourri. HEX triplet: F3, DE and D3. RGB value is (243,222,211). Sum of RGB (Red+Green+Blue) = 243+222+211=676 (89% of max value = 765). Red value is 243 (95.31% from 255 or 35.95% from 676); Green value is 222 (87.11% from 255 or 32.84% from 676); Blue value is 211 (82.81% from 255 or 31.21% from 676); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DED3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3DED3 is #0C212C. Grayscale: #E3E3E3. Windows color (decimal): -794925 or 13885171. OLE color: 13885171.

HSL color Cylindrical-coordinate representation of color #F3DED3: hue angle of 20.63º degrees, saturation: 0.57, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F3DED3 is Cyan = 0, Magento = 0.09, Yellow = 0.13 and Black (K on CMYK) = 0.05.

Color convert

RGB243222211-
CMYK00.090.130.05
HSL20.63º57.14%89.02%-
HSV(B)20.63º13.17%95.29%-
XYZ74.847672.35-
YUV227.02118.96139.39-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 35.95%
GREEN value IS 222 (87.11% from 255) = 32.84%
BLUE value IS 211 (82.81% from 255) = 31.21%
R=35.95%
G=32.84%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.13
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24322221100.090.130.0520.6357.1489.02
HexF3DED309D5153959
Octal3633363230111552571131
Binary111100111101111011010011010011101101101011110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3DED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3DED3; }

 p { color: rgb(243,222,211); }

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

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

 a { background-color: rgb(243,222,211); }

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

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

 span { border-color: rgb(243,222,211); }

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