#F1DCD1

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

Shades of Pot Pourri #F1DCD1

Tints of Pot Pourri #F1DCD1

Color information

#F1DCD1 (or 0xF1DCD1) is unknown color: approx Pot Pourri. HEX triplet: F1, DC and D1. RGB value is (241,220,209). Sum of RGB (Red+Green+Blue) = 241+220+209=670 (88% of max value = 765). Red value is 241 (94.53% from 255 or 35.97% from 670); Green value is 220 (86.33% from 255 or 32.84% from 670); Blue value is 209 (82.03% from 255 or 31.19% from 670); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DCD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DCD1 is #0E232E. Grayscale: #E1E1E1. Windows color (decimal): -926511 or 13753585. OLE color: 13753585.

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

Color convert

RGB241220209-
CMYK00.090.130.05
HSL20.63º53.33%88.24%-
HSV(B)20.63º13.28%94.51%-
XYZ73.3874.4970.83-
YUV225.02118.96139.39-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.97%
GREEN value IS 220 (86.33% from 255) = 32.84%
BLUE value IS 209 (82.03% from 255) = 31.19%
R=35.97%
G=32.84%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.13
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122020900.090.130.0520.6353.3388.24
HexF1DCD109D5153558
Octal3613343210111552565130
Binary111100011101110011010001010011101101101011101011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DCD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DCD1; }

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

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

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

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

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

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

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

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