#F3DECF

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

Shades of Pot Pourri #F3DECF

Tints of Pot Pourri #F3DECF

Color information

#F3DECF (or 0xF3DECF) is unknown color: approx Pot Pourri. HEX triplet: F3, DE and CF. RGB value is (243,222,207). Sum of RGB (Red+Green+Blue) = 243+222+207=672 (89% of max value = 765). Red value is 243 (95.31% from 255 or 36.16% from 672); Green value is 222 (87.11% from 255 or 33.04% from 672); Blue value is 207 (81.25% from 255 or 30.80% from 672); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DECF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3DECF is #0C2130. Grayscale: #E2E2E2. Windows color (decimal): -794929 or 13623027. OLE color: 13623027.

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

Color convert

RGB243222207-
CMYK00.090.150.05
HSL25º60%88.24%-
HSV(B)25º14.81%95.29%-
XYZ74.3575.869.74-
YUV226.57116.96139.72-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 36.16%
GREEN value IS 222 (87.11% from 255) = 33.04%
BLUE value IS 207 (81.25% from 255) = 30.80%
R=36.16%
G=33.04%
B=30.80%

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
Decimal24322220700.090.150.05256088.24
HexF3DECF09F5193c58
Octal3633363170111753174130
Binary111100111101111011001111010011111101110011111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3DECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3DECF; }

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

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

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

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

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

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

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

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