Shades of Provincial Pink #F5DFD7
Tints of Provincial Pink #F5DFD7
RGB
CMYK
RGB Variations
Color information
#F5DFD7 (or 0xF5DFD7) is known color: Provincial Pink. HEX triplet: F5, DF and D7. RGB value is (245,223,215). Sum of RGB (Red+Green+Blue) = 245+223+215=683 (90% of max value = 765). Red value is 245 (96.09% from 255 or 35.87% from 683); Green value is 223 (87.5% from 255 or 32.65% from 683); Blue value is 215 (84.38% from 255 or 31.48% from 683); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DFD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5DFD7 is #0A2028. Grayscale: #E4E4E4. Windows color (decimal): -663593 or 14147573. OLE color: 14147573.
HSL color Cylindrical-coordinate representation of color #F5DFD7: hue angle of 16º degrees, saturation: 0.6, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F5DFD7 is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 223 | 215 | - |
| CMYK | 0 | 0.09 | 0.12 | 0.04 |
| HSL | 16º | 0.6% | 0.9% | - |
| HSV(B) | 16º | 0.12% | 0.96% | - |
| XYZ | 76.31 | 77.09 | 75.15 | - |
| YUV | 228.67 | 120.29 | 139.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 223 | 215 | 0 | 0.09 | 0.12 | 0.04 | 16 | 0.6 | 0.9 |
| Hex | F5 | DF | D7 | 0 | 9 | C | 4 | 10 | 3C | 5A |
| Octal | 365 | 337 | 327 | 0 | 11 | 14 | 4 | 20 | 74 | 132 |
| Binary | 11110101 | 11011111 | 11010111 | 0 | 1001 | 1100 | 100 | 10000 | 111100 | 1011010 |
Color Harmonies of #F5DFD7
Complementary color
Monochromatic Colors of #F5DFD7
Black with #F5DFD7
Text Example
Text Example
White with #F5DFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DFD7; }
p { color: rgb(245,223,215); }
H1.HeaderClassName
{
color: #F5DFD7;
}
.AnyTagClassName
{
color: #F5DFD7;
}
</style>
background-color css
<style>
a { background-color: #F5DFD7; }
a { background-color: rgb(245,223,215); }
div.DivClassName
{
background-color: #F5DFD7;
}
.BgClassName
{
background-color: #F5DFD7;
}
</style>
border-color css
<style>
span { border-color: #F5DFD7; }
span { border-color: rgb(245,223,215); }
td.TdClassName
{
border-color: #F5DFD7;
}
.TagClassName
{
border-color: #F5DFD7;
}
</style>