#F3DDCF

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

Shades of Pot Pourri #F3DDCF

Tints of Pot Pourri #F3DDCF

Color information

#F3DDCF (or 0xF3DDCF) is unknown color: approx Pot Pourri. HEX triplet: F3, DD and CF. RGB value is (243,221,207). Sum of RGB (Red+Green+Blue) = 243+221+207=671 (88% of max value = 765). Red value is 243 (95.31% from 255 or 36.21% from 671); Green value is 221 (86.72% from 255 or 32.94% from 671); Blue value is 207 (81.25% from 255 or 30.85% from 671); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DDCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3DDCF is #0C2230. Grayscale: #E2E2E2. Windows color (decimal): -795185 or 13622771. OLE color: 13622771.

HSL color Cylindrical-coordinate representation of color #F3DDCF: hue angle of 23.33º degrees, saturation: 0.6, 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 #F3DDCF is Cyan = 0, Magento = 0.09, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB243221207-
CMYK00.090.150.05
HSL23.33º60%88.24%-
HSV(B)23.33º14.81%95.29%-
XYZ74.0875.2769.66-
YUV225.98117.29140.14-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 36.21%
GREEN value IS 221 (86.72% from 255) = 32.94%
BLUE value IS 207 (81.25% from 255) = 30.85%
R=36.21%
G=32.94%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24322120700.090.150.0523.336088.24
HexF3DDCF09F5173c58
Octal3633353170111752774130
Binary111100111101110111001111010011111101101111111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3DDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3DDCF; }

 p { color: rgb(243,221,207); }

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

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

 a { background-color: rgb(243,221,207); }

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

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

 span { border-color: rgb(243,221,207); }

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