#F1DCD5

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

Shades of Pot Pourri #F1DCD5

Tints of Pot Pourri #F1DCD5

Color information

#F1DCD5 (or 0xF1DCD5) is unknown color: approx Pot Pourri. HEX triplet: F1, DC and D5. RGB value is (241,220,213). Sum of RGB (Red+Green+Blue) = 241+220+213=674 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.76% from 674); Green value is 220 (86.33% from 255 or 32.64% from 674); Blue value is 213 (83.59% from 255 or 31.60% from 674); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DCD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DCD5 is #0E232A. Grayscale: #E1E1E1. Windows color (decimal): -926507 or 14015729. OLE color: 14015729.

HSL color Cylindrical-coordinate representation of color #F1DCD5: hue angle of 15º degrees, saturation: 0.5, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F1DCD5 is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.05.

Color convert

RGB241220213-
CMYK00.090.120.05
HSL15º50%89.02%-
HSV(B)15º11.62%94.51%-
XYZ73.8874.6973.47-
YUV225.48120.96139.07-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.76%
GREEN value IS 220 (86.33% from 255) = 32.64%
BLUE value IS 213 (83.59% from 255) = 31.60%
R=35.76%
G=32.64%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122021300.090.120.05155089.02
HexF1DCD509C5f3259
Octal3613343250111451762131
Binary11110001110111001101010101001110010111111100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DCD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DCD5; }

 p { color: rgb(241,220,213); }

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

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

 a { background-color: rgb(241,220,213); }

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

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

 span { border-color: rgb(241,220,213); }

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