Shades of Pot Pourri #F5DACF
Tints of Pot Pourri #F5DACF
RGB
CMYK
RGB Variations
Color information
#F5DACF (or 0xF5DACF) is known color: Pot Pourri. HEX triplet: F5, DA and CF. RGB value is (245,218,207). Sum of RGB (Red+Green+Blue) = 245+218+207=670 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.57% from 670); Green value is 218 (85.55% from 255 or 32.54% from 670); Blue value is 207 (81.25% from 255 or 30.90% from 670); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DACF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5DACF is #0A2530. Grayscale: #E0E0E0. Windows color (decimal): -664881 or 13622005. OLE color: 13622005.
HSL color Cylindrical-coordinate representation of color #F5DACF: hue angle of 17.37º degrees, saturation: 0.66, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F5DACF is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 218 | 207 | - |
| CMYK | 0 | 0.11 | 0.16 | 0.04 |
| HSL | 17.37º | 0.66% | 0.89% | - |
| HSV(B) | 17.37º | 0.16% | 0.96% | - |
| XYZ | 73.99 | 74.06 | 69.43 | - |
| YUV | 224.82 | 117.95 | 142.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 218 | 207 | 0 | 0.11 | 0.16 | 0.04 | 17.37 | 0.66 | 0.89 |
| Hex | F5 | DA | CF | 0 | B | 10 | 4 | 11 | 42 | 59 |
| Octal | 365 | 332 | 317 | 0 | 13 | 20 | 4 | 21 | 102 | 131 |
| Binary | 11110101 | 11011010 | 11001111 | 0 | 1011 | 10000 | 100 | 10001 | 1000010 | 1011001 |
Color Harmonies of #F5DACF
Complementary color
Monochromatic Colors of #F5DACF
Black with #F5DACF
Text Example
Text Example
White with #F5DACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DACF; }
p { color: rgb(245,218,207); }
H1.HeaderClassName
{
color: #F5DACF;
}
.AnyTagClassName
{
color: #F5DACF;
}
</style>
background-color css
<style>
a { background-color: #F5DACF; }
a { background-color: rgb(245,218,207); }
div.DivClassName
{
background-color: #F5DACF;
}
.BgClassName
{
background-color: #F5DACF;
}
</style>
border-color css
<style>
span { border-color: #F5DACF; }
span { border-color: rgb(245,218,207); }
td.TdClassName
{
border-color: #F5DACF;
}
.TagClassName
{
border-color: #F5DACF;
}
</style>