Shades of Provincial Pink #F8DFD1
Tints of Provincial Pink #F8DFD1
RGB
CMYK
RGB Variations
Color information
#F8DFD1 (or 0xF8DFD1) is known color: Provincial Pink. HEX triplet: F8, DF and D1. RGB value is (248,223,209). Sum of RGB (Red+Green+Blue) = 248+223+209=680 (90% of max value = 765). Red value is 248 (97.27% from 255 or 36.47% from 680); Green value is 223 (87.5% from 255 or 32.79% from 680); Blue value is 209 (82.03% from 255 or 30.74% from 680); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DFD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8DFD1 is #07202E. Grayscale: #E4E4E4. Windows color (decimal): -466991 or 13754360. OLE color: 13754360.
HSL color Cylindrical-coordinate representation of color #F8DFD1: hue angle of 21.54º degrees, saturation: 0.74, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F8DFD1 is Cyan = 0, Magento = 0.10, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 223 | 209 | - |
| CMYK | 0 | 0.10 | 0.16 | 0.03 |
| HSL | 21.54º | 0.74% | 0.9% | - |
| HSV(B) | 21.54º | 0.16% | 0.97% | - |
| XYZ | 76.61 | 77.34 | 71.21 | - |
| YUV | 228.88 | 116.78 | 141.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 223 | 209 | 0 | 0.10 | 0.16 | 0.03 | 21.54 | 0.74 | 0.9 |
| Hex | F8 | DF | D1 | 0 | A | 10 | 3 | 16 | 4A | 5A |
| Octal | 370 | 337 | 321 | 0 | 12 | 20 | 3 | 26 | 112 | 132 |
| Binary | 11111000 | 11011111 | 11010001 | 0 | 1010 | 10000 | 11 | 10110 | 1001010 | 1011010 |
Color Harmonies of #F8DFD1
Complementary color
Monochromatic Colors of #F8DFD1
Black with #F8DFD1
Text Example
Text Example
White with #F8DFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DFD1; }
p { color: rgb(248,223,209); }
H1.HeaderClassName
{
color: #F8DFD1;
}
.AnyTagClassName
{
color: #F8DFD1;
}
</style>
background-color css
<style>
a { background-color: #F8DFD1; }
a { background-color: rgb(248,223,209); }
div.DivClassName
{
background-color: #F8DFD1;
}
.BgClassName
{
background-color: #F8DFD1;
}
</style>
border-color css
<style>
span { border-color: #F8DFD1; }
span { border-color: rgb(248,223,209); }
td.TdClassName
{
border-color: #F8DFD1;
}
.TagClassName
{
border-color: #F8DFD1;
}
</style>