#F1DFD7

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

Shades of Pot Pourri #F1DFD7

Tints of Pot Pourri #F1DFD7

Color information

#F1DFD7 (or 0xF1DFD7) is unknown color: approx Pot Pourri. HEX triplet: F1, DF and D7. RGB value is (241,223,215). Sum of RGB (Red+Green+Blue) = 241+223+215=679 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.49% from 679); Green value is 223 (87.5% from 255 or 32.84% from 679); Blue value is 215 (84.38% from 255 or 31.66% from 679); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DFD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DFD7 is #0E2028. Grayscale: #E3E3E3. Windows color (decimal): -925737 or 14147569. OLE color: 14147569.

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

Color convert

RGB241223215-
CMYK00.070.110.05
HSL18.46º48.15%89.41%-
HSV(B)18.46º10.79%94.51%-
XYZ74.9376.3875.08-
YUV227.47120.96137.65-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.49%
GREEN value IS 223 (87.5% from 255) = 32.84%
BLUE value IS 215 (84.38% from 255) = 31.66%
R=35.49%
G=32.84%
B=31.66%

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
Decimal24122321500.070.110.0518.4648.1589.41
HexF1DFD707B5123059
Octal361337327071352260131
Binary11110001110111111101011101111011101100101100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DFD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DFD7; }

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

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

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

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

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

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

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

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