#F1D9CE

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

Shades of Pot Pourri #F1D9CE

Tints of Pot Pourri #F1D9CE

Color information

#F1D9CE (or 0xF1D9CE) is unknown color: approx Pot Pourri. HEX triplet: F1, D9 and CE. RGB value is (241,217,206). Sum of RGB (Red+Green+Blue) = 241+217+206=664 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.30% from 664); Green value is 217 (85.16% from 255 or 32.68% from 664); Blue value is 206 (80.86% from 255 or 31.02% from 664); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D9CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D9CE is #0E2631. Grayscale: #DEDEDE. Windows color (decimal): -927282 or 13556209. OLE color: 13556209.

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

Color convert

RGB241217206-
CMYK00.100.150.05
HSL18.86º55.56%87.65%-
HSV(B)18.86º14.52%94.51%-
XYZ72.2372.7868.63-
YUV222.92118.45140.89-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.30%
GREEN value IS 217 (85.16% from 255) = 32.68%
BLUE value IS 206 (80.86% from 255) = 31.02%
R=36.30%
G=32.68%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24121720600.100.150.0518.8655.5687.65
HexF1D9CE0AF5133858
Octal3613313160121752370130
Binary111100011101100111001110010101111101100111110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D9CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D9CE; }

 p { color: rgb(241,217,206); }

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

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

 a { background-color: rgb(241,217,206); }

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

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

 span { border-color: rgb(241,217,206); }

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