#F1D8CC

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

Shades of Pot Pourri #F1D8CC

Tints of Pot Pourri #F1D8CC

Color information

#F1D8CC (or 0xF1D8CC) is unknown color: approx Pot Pourri. HEX triplet: F1, D8 and CC. RGB value is (241,216,204). Sum of RGB (Red+Green+Blue) = 241+216+204=661 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.46% from 661); Green value is 216 (84.77% from 255 or 32.68% from 661); Blue value is 204 (80.08% from 255 or 30.86% from 661); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D8CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D8CC is #0E2733. Grayscale: #DEDEDE. Windows color (decimal): -927540 or 13424881. OLE color: 13424881.

HSL color Cylindrical-coordinate representation of color #F1D8CC: hue angle of 19.46º degrees, saturation: 0.57, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F1D8CC is Cyan = 0, Magento = 0.10, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB241216204-
CMYK00.100.150.05
HSL19.46º56.92%87.25%-
HSV(B)19.46º15.35%94.51%-
XYZ71.7372.1767.28-
YUV222.11117.78141.48-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.46%
GREEN value IS 216 (84.77% from 255) = 32.68%
BLUE value IS 204 (80.08% from 255) = 30.86%
R=36.46%
G=32.68%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24121620400.100.150.0519.4656.9287.25
HexF1D8CC0AF5133957
Octal3613303140121752371127
Binary111100011101100011001100010101111101100111110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D8CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D8CC; }

 p { color: rgb(241,216,204); }

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

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

 a { background-color: rgb(241,216,204); }

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

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

 span { border-color: rgb(241,216,204); }

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