Shades of Pot Pourri #F0DFDA
Tints of Pot Pourri #F0DFDA
RGB
CMYK
RGB Variations
Color information
#F0DFDA (or 0xF0DFDA) is known color: Pot Pourri. HEX triplet: F0, DF and DA. RGB value is (240,223,218). Sum of RGB (Red+Green+Blue) = 240+223+218=681 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.24% from 681); Green value is 223 (87.5% from 255 or 32.75% from 681); Blue value is 218 (85.55% from 255 or 32.01% from 681); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DFDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DFDA is #0F2025. Grayscale: #E3E3E3. Windows color (decimal): -991270 or 14344176. OLE color: 14344176.
HSL color Cylindrical-coordinate representation of color #F0DFDA: hue angle of 13.64º degrees, saturation: 0.42, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F0DFDA is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
RGB | 240 | 223 | 218 | - |
CMYK | 0 | 0.07 | 0.09 | 0.06 |
HSL | 13.64º | 0.42% | 0.9% | - |
HSV(B) | 13.64º | 0.09% | 0.94% | - |
XYZ | 74.98 | 76.36 | 77.12 | - |
YUV | 227.51 | 122.63 | 136.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 240 | 223 | 218 | 0 | 0.07 | 0.09 | 0.06 | 13.64 | 0.42 | 0.9 |
Hex | F0 | DF | DA | 0 | 7 | 9 | 6 | E | 2A | 5A |
Octal | 360 | 337 | 332 | 0 | 7 | 11 | 6 | 16 | 52 | 132 |
Binary | 11110000 | 11011111 | 11011010 | 0 | 111 | 1001 | 110 | 1110 | 101010 | 1011010 |
Color Harmonies of #F0DFDA
Complementary color
Monochromatic Colors of #F0DFDA
Black with #F0DFDA
Text Example
Text Example
White with #F0DFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DFDA; }
p { color: rgb(240,223,218); }
H1.HeaderClassName
{
color: #F0DFDA;
}
.AnyTagClassName
{
color: #F0DFDA;
}
</style>
background-color css
<style>
a { background-color: #F0DFDA; }
a { background-color: rgb(240,223,218); }
div.DivClassName
{
background-color: #F0DFDA;
}
.BgClassName
{
background-color: #F0DFDA;
}
</style>
border-color css
<style>
span { border-color: #F0DFDA; }
span { border-color: rgb(240,223,218); }
td.TdClassName
{
border-color: #F0DFDA;
}
.TagClassName
{
border-color: #F0DFDA;
}
</style>