Shades of Pot Pourri #F2DCD4
Tints of Pot Pourri #F2DCD4
RGB
CMYK
RGB Variations
Color information
#F2DCD4 (or 0xF2DCD4) is known color: Pot Pourri. HEX triplet: F2, DC and D4. RGB value is (242,220,212). Sum of RGB (Red+Green+Blue) = 242+220+212=674 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.91% from 674); Green value is 220 (86.33% from 255 or 32.64% from 674); Blue value is 212 (83.20% from 255 or 31.45% from 674); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DCD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DCD4 is #0D232B. Grayscale: #E1E1E1. Windows color (decimal): -860972 or 13950194. OLE color: 13950194.
HSL color Cylindrical-coordinate representation of color #F2DCD4: hue angle of 16º degrees, saturation: 0.54, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F2DCD4 is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
RGB | 242 | 220 | 212 | - |
CMYK | 0 | 0.09 | 0.12 | 0.05 |
HSL | 16º | 0.54% | 0.89% | - |
HSV(B) | 16º | 0.12% | 0.95% | - |
XYZ | 74.09 | 74.82 | 72.82 | - |
YUV | 225.67 | 120.29 | 139.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 242 | 220 | 212 | 0 | 0.09 | 0.12 | 0.05 | 16 | 0.54 | 0.89 |
Hex | F2 | DC | D4 | 0 | 9 | C | 5 | 10 | 36 | 59 |
Octal | 362 | 334 | 324 | 0 | 11 | 14 | 5 | 20 | 66 | 131 |
Binary | 11110010 | 11011100 | 11010100 | 0 | 1001 | 1100 | 101 | 10000 | 110110 | 1011001 |
Color Harmonies of #F2DCD4
Complementary color
Monochromatic Colors of #F2DCD4
Black with #F2DCD4
Text Example
Text Example
White with #F2DCD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DCD4; }
p { color: rgb(242,220,212); }
H1.HeaderClassName
{
color: #F2DCD4;
}
.AnyTagClassName
{
color: #F2DCD4;
}
</style>
background-color css
<style>
a { background-color: #F2DCD4; }
a { background-color: rgb(242,220,212); }
div.DivClassName
{
background-color: #F2DCD4;
}
.BgClassName
{
background-color: #F2DCD4;
}
</style>
border-color css
<style>
span { border-color: #F2DCD4; }
span { border-color: rgb(242,220,212); }
td.TdClassName
{
border-color: #F2DCD4;
}
.TagClassName
{
border-color: #F2DCD4;
}
</style>