Shades of Pot Pourri #F5DACB
Tints of Pot Pourri #F5DACB
RGB
CMYK
RGB Variations
Color information
#F5DACB (or 0xF5DACB) is known color: Pot Pourri. HEX triplet: F5, DA and CB. RGB value is (245,218,203). Sum of RGB (Red+Green+Blue) = 245+218+203=666 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.79% from 666); Green value is 218 (85.55% from 255 or 32.73% from 666); Blue value is 203 (79.69% from 255 or 30.48% from 666); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DACB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5DACB is #0A2534. Grayscale: #E0E0E0. Windows color (decimal): -664885 or 13359861. OLE color: 13359861.
HSL color Cylindrical-coordinate representation of color #F5DACB: hue angle of 21.43º degrees, saturation: 0.68, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F5DACB is Cyan = 0, Magento = 0.11, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 218 | 203 | - |
| CMYK | 0 | 0.11 | 0.17 | 0.04 |
| HSL | 21.43º | 0.68% | 0.88% | - |
| HSV(B) | 21.43º | 0.17% | 0.96% | - |
| XYZ | 73.51 | 73.87 | 66.88 | - |
| YUV | 224.36 | 115.95 | 142.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 218 | 203 | 0 | 0.11 | 0.17 | 0.04 | 21.43 | 0.68 | 0.88 |
| Hex | F5 | DA | CB | 0 | B | 11 | 4 | 15 | 44 | 58 |
| Octal | 365 | 332 | 313 | 0 | 13 | 21 | 4 | 25 | 104 | 130 |
| Binary | 11110101 | 11011010 | 11001011 | 0 | 1011 | 10001 | 100 | 10101 | 1000100 | 1011000 |
Color Harmonies of #F5DACB
Complementary color
Monochromatic Colors of #F5DACB
Black with #F5DACB
Text Example
Text Example
White with #F5DACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DACB; }
p { color: rgb(245,218,203); }
H1.HeaderClassName
{
color: #F5DACB;
}
.AnyTagClassName
{
color: #F5DACB;
}
</style>
background-color css
<style>
a { background-color: #F5DACB; }
a { background-color: rgb(245,218,203); }
div.DivClassName
{
background-color: #F5DACB;
}
.BgClassName
{
background-color: #F5DACB;
}
</style>
border-color css
<style>
span { border-color: #F5DACB; }
span { border-color: rgb(245,218,203); }
td.TdClassName
{
border-color: #F5DACB;
}
.TagClassName
{
border-color: #F5DACB;
}
</style>