#F1DACF

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

Shades of Pot Pourri #F1DACF

Tints of Pot Pourri #F1DACF

Color information

#F1DACF (or 0xF1DACF) is unknown color: approx Pot Pourri. HEX triplet: F1, DA and CF. RGB value is (241,218,207). Sum of RGB (Red+Green+Blue) = 241+218+207=666 (88% of max value = 765). Red value is 241 (94.53% from 255 or 36.19% from 666); Green value is 218 (85.55% from 255 or 32.73% from 666); Blue value is 207 (81.25% from 255 or 31.08% from 666); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DACF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DACF is #0E2530. Grayscale: #DFDFDF. Windows color (decimal): -927025 or 13622001. OLE color: 13622001.

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

Color convert

RGB241218207-
CMYK00.100.140.05
HSL19.41º54.84%87.84%-
HSV(B)19.41º14.11%94.51%-
XYZ72.6173.3569.36-
YUV223.62118.62140.39-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.19%
GREEN value IS 218 (85.55% from 255) = 32.73%
BLUE value IS 207 (81.25% from 255) = 31.08%
R=36.19%
G=32.73%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24121820700.100.140.0519.4154.8487.84
HexF1DACF0AE5133758
Octal3613323170121652367130
Binary111100011101101011001111010101110101100111101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DACF; }

 p { color: rgb(241,218,207); }

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

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

 a { background-color: rgb(241,218,207); }

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

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

 span { border-color: rgb(241,218,207); }

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