#F1E0D7

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

Shades of Pot Pourri #F1E0D7

Tints of Pot Pourri #F1E0D7

Color information

#F1E0D7 (or 0xF1E0D7) is unknown color: approx Pot Pourri. HEX triplet: F1, E0 and D7. RGB value is (241,224,215). Sum of RGB (Red+Green+Blue) = 241+224+215=680 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.44% from 680); Green value is 224 (87.89% from 255 or 32.94% from 680); Blue value is 215 (84.38% from 255 or 31.62% from 680); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E0D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1E0D7 is #0E1F28. Grayscale: #E4E4E4. Windows color (decimal): -925481 or 14147825. OLE color: 14147825.

HSL color Cylindrical-coordinate representation of color #F1E0D7: hue angle of 20.77º degrees, saturation: 0.48, 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 #F1E0D7 is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.05.

Color convert

RGB241224215-
CMYK00.070.110.05
HSL20.77º48.15%89.41%-
HSV(B)20.77º10.79%94.51%-
XYZ75.276.9275.17-
YUV228.06120.63137.23-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.44%
GREEN value IS 224 (87.89% from 255) = 32.94%
BLUE value IS 215 (84.38% from 255) = 31.62%
R=35.44%
G=32.94%
B=31.62%

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
Decimal24122421500.070.110.0520.7748.1589.41
HexF1E0D707B5153059
Octal361340327071352560131
Binary11110001111000001101011101111011101101011100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E0D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E0D7; }

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

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

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

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

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

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

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

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