Shades of Pot Pourri #F2DACC
Tints of Pot Pourri #F2DACC
RGB
CMYK
RGB Variations
Color information
#F2DACC (or 0xF2DACC) is known color: Pot Pourri. HEX triplet: F2, DA and CC. RGB value is (242,218,204). Sum of RGB (Red+Green+Blue) = 242+218+204=664 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.45% from 664); Green value is 218 (85.55% from 255 or 32.83% from 664); Blue value is 204 (80.08% from 255 or 30.72% from 664); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DACC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DACC is #0D2533. Grayscale: #DFDFDF. Windows color (decimal): -861492 or 13425394. OLE color: 13425394.
HSL color Cylindrical-coordinate representation of color #F2DACC: hue angle of 22.11º degrees, saturation: 0.59, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F2DACC is Cyan = 0, Magento = 0.10, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 218 | 204 | - |
| CMYK | 0 | 0.10 | 0.16 | 0.05 |
| HSL | 22.11º | 0.59% | 0.87% | - |
| HSV(B) | 22.11º | 0.16% | 0.95% | - |
| XYZ | 72.59 | 73.38 | 67.46 | - |
| YUV | 223.58 | 116.95 | 141.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 218 | 204 | 0 | 0.10 | 0.16 | 0.05 | 22.11 | 0.59 | 0.87 |
| Hex | F2 | DA | CC | 0 | A | 10 | 5 | 16 | 3B | 57 |
| Octal | 362 | 332 | 314 | 0 | 12 | 20 | 5 | 26 | 73 | 127 |
| Binary | 11110010 | 11011010 | 11001100 | 0 | 1010 | 10000 | 101 | 10110 | 111011 | 1010111 |
Color Harmonies of #F2DACC
Complementary color
Monochromatic Colors of #F2DACC
Black with #F2DACC
Text Example
Text Example
White with #F2DACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DACC; }
p { color: rgb(242,218,204); }
H1.HeaderClassName
{
color: #F2DACC;
}
.AnyTagClassName
{
color: #F2DACC;
}
</style>
background-color css
<style>
a { background-color: #F2DACC; }
a { background-color: rgb(242,218,204); }
div.DivClassName
{
background-color: #F2DACC;
}
.BgClassName
{
background-color: #F2DACC;
}
</style>
border-color css
<style>
span { border-color: #F2DACC; }
span { border-color: rgb(242,218,204); }
td.TdClassName
{
border-color: #F2DACC;
}
.TagClassName
{
border-color: #F2DACC;
}
</style>