Shades of Pot Pourri #F2DACB
Tints of Pot Pourri #F2DACB
RGB
CMYK
RGB Variations
Color information
#F2DACB (or 0xF2DACB) is known color: Pot Pourri. HEX triplet: F2, DA and CB. RGB value is (242,218,203). Sum of RGB (Red+Green+Blue) = 242+218+203=663 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.50% from 663); Green value is 218 (85.55% from 255 or 32.88% from 663); Blue value is 203 (79.69% from 255 or 30.62% from 663); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DACB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DACB is #0D2534. Grayscale: #DFDFDF. Windows color (decimal): -861493 or 13359858. OLE color: 13359858.
HSL color Cylindrical-coordinate representation of color #F2DACB: hue angle of 23.08º degrees, saturation: 0.6, 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 #F2DACB is Cyan = 0, Magento = 0.10, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 218 | 203 | - |
| CMYK | 0 | 0.10 | 0.16 | 0.05 |
| HSL | 23.08º | 0.6% | 0.87% | - |
| HSV(B) | 23.08º | 0.16% | 0.95% | - |
| XYZ | 72.47 | 73.33 | 66.83 | - |
| YUV | 223.47 | 116.45 | 141.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 218 | 203 | 0 | 0.10 | 0.16 | 0.05 | 23.08 | 0.6 | 0.87 |
| Hex | F2 | DA | CB | 0 | A | 10 | 5 | 17 | 3C | 57 |
| Octal | 362 | 332 | 313 | 0 | 12 | 20 | 5 | 27 | 74 | 127 |
| Binary | 11110010 | 11011010 | 11001011 | 0 | 1010 | 10000 | 101 | 10111 | 111100 | 1010111 |
Color Harmonies of #F2DACB
Complementary color
Monochromatic Colors of #F2DACB
Black with #F2DACB
Text Example
Text Example
White with #F2DACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DACB; }
p { color: rgb(242,218,203); }
H1.HeaderClassName
{
color: #F2DACB;
}
.AnyTagClassName
{
color: #F2DACB;
}
</style>
background-color css
<style>
a { background-color: #F2DACB; }
a { background-color: rgb(242,218,203); }
div.DivClassName
{
background-color: #F2DACB;
}
.BgClassName
{
background-color: #F2DACB;
}
</style>
border-color css
<style>
span { border-color: #F2DACB; }
span { border-color: rgb(242,218,203); }
td.TdClassName
{
border-color: #F2DACB;
}
.TagClassName
{
border-color: #F2DACB;
}
</style>