Shades of Pot Pourri #F3DFD4
Tints of Pot Pourri #F3DFD4
RGB
CMYK
RGB Variations
Color information
#F3DFD4 (or 0xF3DFD4) is known color: Pot Pourri. HEX triplet: F3, DF and D4. RGB value is (243,223,212). Sum of RGB (Red+Green+Blue) = 243+223+212=678 (89% of max value = 765). Red value is 243 (95.31% from 255 or 35.84% from 678); Green value is 223 (87.5% from 255 or 32.89% from 678); Blue value is 212 (83.20% from 255 or 31.27% from 678); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DFD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3DFD4 is #0C202B. Grayscale: #E3E3E3. Windows color (decimal): -794668 or 13950963. OLE color: 13950963.
HSL color Cylindrical-coordinate representation of color #F3DFD4: hue angle of 21.29º degrees, saturation: 0.56, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F3DFD4 is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 223 | 212 | - |
| CMYK | 0 | 0.08 | 0.13 | 0.05 |
| HSL | 21.29º | 0.56% | 0.89% | - |
| HSV(B) | 21.29º | 0.13% | 0.95% | - |
| XYZ | 75.23 | 76.58 | 73.1 | - |
| YUV | 227.73 | 119.13 | 138.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 223 | 212 | 0 | 0.08 | 0.13 | 0.05 | 21.29 | 0.56 | 0.89 |
| Hex | F3 | DF | D4 | 0 | 8 | D | 5 | 15 | 38 | 59 |
| Octal | 363 | 337 | 324 | 0 | 10 | 15 | 5 | 25 | 70 | 131 |
| Binary | 11110011 | 11011111 | 11010100 | 0 | 1000 | 1101 | 101 | 10101 | 111000 | 1011001 |
Color Harmonies of #F3DFD4
Complementary color
Monochromatic Colors of #F3DFD4
Black with #F3DFD4
Text Example
Text Example
White with #F3DFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DFD4; }
p { color: rgb(243,223,212); }
H1.HeaderClassName
{
color: #F3DFD4;
}
.AnyTagClassName
{
color: #F3DFD4;
}
</style>
background-color css
<style>
a { background-color: #F3DFD4; }
a { background-color: rgb(243,223,212); }
div.DivClassName
{
background-color: #F3DFD4;
}
.BgClassName
{
background-color: #F3DFD4;
}
</style>
border-color css
<style>
span { border-color: #F3DFD4; }
span { border-color: rgb(243,223,212); }
td.TdClassName
{
border-color: #F3DFD4;
}
.TagClassName
{
border-color: #F3DFD4;
}
</style>