Shades of Provincial Pink #F4E1D7
Tints of Provincial Pink #F4E1D7
RGB
CMYK
RGB Variations
Color information
#F4E1D7 (or 0xF4E1D7) is known color: Provincial Pink. HEX triplet: F4, E1 and D7. RGB value is (244,225,215). Sum of RGB (Red+Green+Blue) = 244+225+215=684 (90% of max value = 765). Red value is 244 (95.70% from 255 or 35.67% from 684); Green value is 225 (88.28% from 255 or 32.89% from 684); Blue value is 215 (84.38% from 255 or 31.43% from 684); Max value from RGB is 244 - color contains mainly: red. Hex color #F4E1D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4E1D7 is #0B1E28. Grayscale: #E5E5E5. Windows color (decimal): -728617 or 14148084. OLE color: 14148084.
HSL color Cylindrical-coordinate representation of color #F4E1D7: hue angle of 20.69º degrees, saturation: 0.57, 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 #F4E1D7 is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 225 | 215 | - |
| CMYK | 0 | 0.08 | 0.12 | 0.04 |
| HSL | 20.69º | 0.57% | 0.9% | - |
| HSV(B) | 20.69º | 0.12% | 0.96% | - |
| XYZ | 76.5 | 77.99 | 75.31 | - |
| YUV | 229.54 | 119.79 | 138.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 225 | 215 | 0 | 0.08 | 0.12 | 0.04 | 20.69 | 0.57 | 0.9 |
| Hex | F4 | E1 | D7 | 0 | 8 | C | 4 | 15 | 39 | 5A |
| Octal | 364 | 341 | 327 | 0 | 10 | 14 | 4 | 25 | 71 | 132 |
| Binary | 11110100 | 11100001 | 11010111 | 0 | 1000 | 1100 | 100 | 10101 | 111001 | 1011010 |
Color Harmonies of #F4E1D7
Complementary color
Monochromatic Colors of #F4E1D7
Black with #F4E1D7
Text Example
Text Example
White with #F4E1D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4E1D7; }
p { color: rgb(244,225,215); }
H1.HeaderClassName
{
color: #F4E1D7;
}
.AnyTagClassName
{
color: #F4E1D7;
}
</style>
background-color css
<style>
a { background-color: #F4E1D7; }
a { background-color: rgb(244,225,215); }
div.DivClassName
{
background-color: #F4E1D7;
}
.BgClassName
{
background-color: #F4E1D7;
}
</style>
border-color css
<style>
span { border-color: #F4E1D7; }
span { border-color: rgb(244,225,215); }
td.TdClassName
{
border-color: #F4E1D7;
}
.TagClassName
{
border-color: #F4E1D7;
}
</style>