#F2DECF

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

Shades of Pot Pourri #F2DECF

Tints of Pot Pourri #F2DECF

Color information

#F2DECF (or 0xF2DECF) is unknown color: approx Pot Pourri. HEX triplet: F2, DE and CF. RGB value is (242,222,207). Sum of RGB (Red+Green+Blue) = 242+222+207=671 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.07% from 671); Green value is 222 (87.11% from 255 or 33.08% from 671); Blue value is 207 (81.25% from 255 or 30.85% from 671); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DECF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DECF is #0D2130. Grayscale: #E2E2E2. Windows color (decimal): -860465 or 13623026. OLE color: 13623026.

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

Color convert

RGB242222207-
CMYK00.080.140.05
HSL25.71º57.38%88.04%-
HSV(B)25.71º14.46%94.9%-
XYZ7475.6269.73-
YUV226.27117.13139.22-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.07%
GREEN value IS 222 (87.11% from 255) = 33.08%
BLUE value IS 207 (81.25% from 255) = 30.85%
R=36.07%
G=33.08%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222220700.080.140.0525.7157.3888.04
HexF2DECF08E51a3958
Octal3623363170101653271130
Binary111100101101111011001111010001110101110101110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DECF; }

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

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

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

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

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

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

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

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