#F1E0D6

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

Shades of Pot Pourri #F1E0D6

Tints of Pot Pourri #F1E0D6

Color information

#F1E0D6 (or 0xF1E0D6) is unknown color: approx Pot Pourri. HEX triplet: F1, E0 and D6. RGB value is (241,224,214). Sum of RGB (Red+Green+Blue) = 241+224+214=679 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.49% from 679); Green value is 224 (87.89% from 255 or 32.99% from 679); Blue value is 214 (83.98% from 255 or 31.52% from 679); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E0D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1E0D6 is #0E1F29. Grayscale: #E3E3E3. Windows color (decimal): -925482 or 14082289. OLE color: 14082289.

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

Color convert

RGB241224214-
CMYK00.070.110.05
HSL22.22º49.09%89.22%-
HSV(B)22.22º11.2%94.51%-
XYZ75.0776.8774.5-
YUV227.94120.13137.31-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.49%
GREEN value IS 224 (87.89% from 255) = 32.99%
BLUE value IS 214 (83.98% from 255) = 31.52%
R=35.49%
G=32.99%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.11
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122421400.070.110.0522.2249.0989.22
HexF1E0D607B5163159
Octal361340326071352661131
Binary11110001111000001101011001111011101101101100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E0D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E0D6; }

 p { color: rgb(241,224,214); }

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

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

 a { background-color: rgb(241,224,214); }

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

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

 span { border-color: rgb(241,224,214); }

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