#F1DED6

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

Shades of Pot Pourri #F1DED6

Tints of Pot Pourri #F1DED6

Color information

#F1DED6 (or 0xF1DED6) is unknown color: approx Pot Pourri. HEX triplet: F1, DE and D6. RGB value is (241,222,214). Sum of RGB (Red+Green+Blue) = 241+222+214=677 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.60% from 677); Green value is 222 (87.11% from 255 or 32.79% from 677); Blue value is 214 (83.98% from 255 or 31.61% from 677); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DED6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DED6 is #0E2129. Grayscale: #E2E2E2. Windows color (decimal): -925994 or 14081777. OLE color: 14081777.

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

Color convert

RGB241222214-
CMYK00.080.110.05
HSL17.78º49.09%89.22%-
HSV(B)17.78º11.2%94.51%-
XYZ74.5375.874.32-
YUV226.77120.79138.15-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.60%
GREEN value IS 222 (87.11% from 255) = 32.79%
BLUE value IS 214 (83.98% from 255) = 31.61%
R=35.60%
G=32.79%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.11
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122221400.080.110.0517.7849.0989.22
HexF1DED608B5123159
Octal3613363260101352261131
Binary111100011101111011010110010001011101100101100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DED6; }

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

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

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

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

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

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

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

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