#F1DCD6

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

Shades of Pot Pourri #F1DCD6

Tints of Pot Pourri #F1DCD6

Color information

#F1DCD6 (or 0xF1DCD6) is unknown color: approx Pot Pourri. HEX triplet: F1, DC and D6. RGB value is (241,220,214). Sum of RGB (Red+Green+Blue) = 241+220+214=675 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.70% from 675); Green value is 220 (86.33% from 255 or 32.59% from 675); Blue value is 214 (83.98% from 255 or 31.70% from 675); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DCD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DCD6 is #0E2329. Grayscale: #E1E1E1. Windows color (decimal): -926506 or 14081265. OLE color: 14081265.

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

Color convert

RGB241220214-
CMYK00.090.110.05
HSL13.33º49.09%89.22%-
HSV(B)13.33º11.2%94.51%-
XYZ74.0174.7474.14-
YUV225.59121.46138.99-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.70%
GREEN value IS 220 (86.33% from 255) = 32.59%
BLUE value IS 214 (83.98% from 255) = 31.70%
R=35.70%
G=32.59%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.11
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122021400.090.110.0513.3349.0989.22
HexF1DCD609B5d3159
Octal3613343260111351561131
Binary11110001110111001101011001001101110111011100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DCD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DCD6; }

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

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

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

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

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

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

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

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