Shades of Provincial Pink #F7DFD4
Tints of Provincial Pink #F7DFD4
RGB
CMYK
RGB Variations
Color information
#F7DFD4 (or 0xF7DFD4) is known color: Provincial Pink. HEX triplet: F7, DF and D4. RGB value is (247,223,212). Sum of RGB (Red+Green+Blue) = 247+223+212=682 (90% of max value = 765). Red value is 247 (96.88% from 255 or 36.22% from 682); Green value is 223 (87.5% from 255 or 32.70% from 682); Blue value is 212 (83.20% from 255 or 31.09% from 682); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DFD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7DFD4 is #08202B. Grayscale: #E4E4E4. Windows color (decimal): -532524 or 13950967. OLE color: 13950967.
HSL color Cylindrical-coordinate representation of color #F7DFD4: hue angle of 18.86º degrees, saturation: 0.69, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F7DFD4 is Cyan = 0, Magento = 0.10, Yellow = 0.14 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 223 | 212 | - |
| CMYK | 0 | 0.10 | 0.14 | 0.03 |
| HSL | 18.86º | 0.69% | 0.9% | - |
| HSV(B) | 18.86º | 0.14% | 0.97% | - |
| XYZ | 76.63 | 77.3 | 73.17 | - |
| YUV | 228.92 | 118.45 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 223 | 212 | 0 | 0.10 | 0.14 | 0.03 | 18.86 | 0.69 | 0.9 |
| Hex | F7 | DF | D4 | 0 | A | E | 3 | 13 | 45 | 5A |
| Octal | 367 | 337 | 324 | 0 | 12 | 16 | 3 | 23 | 105 | 132 |
| Binary | 11110111 | 11011111 | 11010100 | 0 | 1010 | 1110 | 11 | 10011 | 1000101 | 1011010 |
Color Harmonies of #F7DFD4
Complementary color
Monochromatic Colors of #F7DFD4
Black with #F7DFD4
Text Example
Text Example
White with #F7DFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7DFD4; }
p { color: rgb(247,223,212); }
H1.HeaderClassName
{
color: #F7DFD4;
}
.AnyTagClassName
{
color: #F7DFD4;
}
</style>
background-color css
<style>
a { background-color: #F7DFD4; }
a { background-color: rgb(247,223,212); }
div.DivClassName
{
background-color: #F7DFD4;
}
.BgClassName
{
background-color: #F7DFD4;
}
</style>
border-color css
<style>
span { border-color: #F7DFD4; }
span { border-color: rgb(247,223,212); }
td.TdClassName
{
border-color: #F7DFD4;
}
.TagClassName
{
border-color: #F7DFD4;
}
</style>