#F3D8CC

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

Shades of Pot Pourri #F3D8CC

Tints of Pot Pourri #F3D8CC

Color information

#F3D8CC (or 0xF3D8CC) is unknown color: approx Pot Pourri. HEX triplet: F3, D8 and CC. RGB value is (243,216,204). Sum of RGB (Red+Green+Blue) = 243+216+204=663 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.65% from 663); Green value is 216 (84.77% from 255 or 32.58% from 663); Blue value is 204 (80.08% from 255 or 30.77% from 663); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D8CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3D8CC is #0C2733. Grayscale: #DEDEDE. Windows color (decimal): -796468 or 13424883. OLE color: 13424883.

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

Color convert

RGB243216204-
CMYK00.110.160.05
HSL18.46º61.9%87.65%-
HSV(B)18.46º16.05%95.29%-
XYZ72.4272.5367.31-
YUV222.7117.45142.48-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 36.65%
GREEN value IS 216 (84.77% from 255) = 32.58%
BLUE value IS 204 (80.08% from 255) = 30.77%
R=36.65%
G=32.58%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24321620400.110.160.0518.4661.987.65
HexF3D8CC0B105123e58
Octal3633303140132052276130
Binary1111001111011000110011000101110000101100101111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3D8CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3D8CC; }

 p { color: rgb(243,216,204); }

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

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

 a { background-color: rgb(243,216,204); }

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

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

 span { border-color: rgb(243,216,204); }

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