#F1D7CE

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

Shades of Pot Pourri #F1D7CE

Tints of Pot Pourri #F1D7CE

Color information

#F1D7CE (or 0xF1D7CE) is unknown color: approx Pot Pourri. HEX triplet: F1, D7 and CE. RGB value is (241,215,206). Sum of RGB (Red+Green+Blue) = 241+215+206=662 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.40% from 662); Green value is 215 (84.38% from 255 or 32.48% from 662); Blue value is 206 (80.86% from 255 or 31.12% from 662); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D7CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D7CE is #0E2831. Grayscale: #DDDDDD. Windows color (decimal): -927794 or 13555697. OLE color: 13555697.

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

Color convert

RGB241215206-
CMYK00.110.150.05
HSL15.43º55.56%87.65%-
HSV(B)15.43º14.52%94.51%-
XYZ71.7271.7668.46-
YUV221.75119.11141.73-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.40%
GREEN value IS 215 (84.38% from 255) = 32.48%
BLUE value IS 206 (80.86% from 255) = 31.12%
R=36.40%
G=32.48%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24121520600.110.150.0515.4355.5687.65
HexF1D7CE0BF5f3858
Octal3613273160131751770130
Binary11110001110101111100111001011111110111111110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D7CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D7CE; }

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

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

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

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

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

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

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

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