#F1DACE

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

Shades of Pot Pourri #F1DACE

Tints of Pot Pourri #F1DACE

Color information

#F1DACE (or 0xF1DACE) is unknown color: approx Pot Pourri. HEX triplet: F1, DA and CE. RGB value is (241,218,206). Sum of RGB (Red+Green+Blue) = 241+218+206=665 (88% of max value = 765). Red value is 241 (94.53% from 255 or 36.24% from 665); Green value is 218 (85.55% from 255 or 32.78% from 665); Blue value is 206 (80.86% from 255 or 30.98% from 665); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DACE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DACE is #0E2531. Grayscale: #DFDFDF. Windows color (decimal): -927026 or 13556465. OLE color: 13556465.

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

Color convert

RGB241218206-
CMYK00.100.150.05
HSL20.57º55.56%87.65%-
HSV(B)20.57º14.52%94.51%-
XYZ72.4973.368.72-
YUV223.51118.12140.48-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.24%
GREEN value IS 218 (85.55% from 255) = 32.78%
BLUE value IS 206 (80.86% from 255) = 30.98%
R=36.24%
G=32.78%
B=30.98%

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
Decimal24121820600.100.150.0520.5755.5687.65
HexF1DACE0AF5153858
Octal3613323160121752570130
Binary111100011101101011001110010101111101101011110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DACE; }

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

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

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

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

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

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

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

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