#F5DACE

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

Shades of Pot Pourri #F5DACE

Tints of Pot Pourri #F5DACE

Color information

#F5DACE (or 0xF5DACE) is unknown color: approx Pot Pourri. HEX triplet: F5, DA and CE. RGB value is (245,218,206). Sum of RGB (Red+Green+Blue) = 245+218+206=669 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.62% from 669); Green value is 218 (85.55% from 255 or 32.59% from 669); Blue value is 206 (80.86% from 255 or 30.79% from 669); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DACE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5DACE is #0A2531. Grayscale: #E0E0E0. Windows color (decimal): -664882 or 13556469. OLE color: 13556469.

HSL color Cylindrical-coordinate representation of color #F5DACE: hue angle of 18.46º degrees, saturation: 0.66, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F5DACE is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB245218206-
CMYK00.110.160.04
HSL18.46º66.1%88.43%-
HSV(B)18.46º15.92%96.08%-
XYZ73.8774.0168.78-
YUV224.7117.45142.48-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 36.62%
GREEN value IS 218 (85.55% from 255) = 32.59%
BLUE value IS 206 (80.86% from 255) = 30.79%
R=36.62%
G=32.59%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24521820600.110.160.0418.4666.188.43
HexF5DACE0B104124258
Octal36533231601320422102130
Binary11110101110110101100111001011100001001001010000101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5DACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5DACE; }

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

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

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

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

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

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

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

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