#F2DED0

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

Shades of Pot Pourri #F2DED0

Tints of Pot Pourri #F2DED0

Color information

#F2DED0 (or 0xF2DED0) is unknown color: approx Pot Pourri. HEX triplet: F2, DE and D0. RGB value is (242,222,208). Sum of RGB (Red+Green+Blue) = 242+222+208=672 (89% of max value = 765). Red value is 242 (94.92% from 255 or 36.01% from 672); Green value is 222 (87.11% from 255 or 33.04% from 672); Blue value is 208 (81.64% from 255 or 30.95% from 672); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DED0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DED0 is #0D212F. Grayscale: #E2E2E2. Windows color (decimal): -860464 or 13688562. OLE color: 13688562.

HSL color Cylindrical-coordinate representation of color #F2DED0: hue angle of 24.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 #F2DED0 is Cyan = 0, Magento = 0.08, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB242222208-
CMYK00.080.140.05
HSL24.71º56.67%88.24%-
HSV(B)24.71º14.05%94.9%-
XYZ74.1275.6770.37-
YUV226.38117.63139.14-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.01%
GREEN value IS 222 (87.11% from 255) = 33.04%
BLUE value IS 208 (81.64% from 255) = 30.95%
R=36.01%
G=33.04%
B=30.95%

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
Decimal24222220800.080.140.0524.7156.6788.24
HexF2DED008E5193958
Octal3623363200101653171130
Binary111100101101111011010000010001110101110011110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DED0; }

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

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

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

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

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

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

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

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