Shades of Provincial Pink #F0E4DF
Tints of Provincial Pink #F0E4DF
RGB
CMYK
RGB Variations
Color information
#F0E4DF (or 0xF0E4DF) is known color: Provincial Pink. HEX triplet: F0, E4 and DF. RGB value is (240,228,223). Sum of RGB (Red+Green+Blue) = 240+228+223=691 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.73% from 691); Green value is 228 (89.45% from 255 or 33.00% from 691); Blue value is 223 (87.5% from 255 or 32.27% from 691); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E4DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0E4DF is #0F1B20. Grayscale: #E7E7E7. Windows color (decimal): -989985 or 14673136. OLE color: 14673136.
HSL color Cylindrical-coordinate representation of color #F0E4DF: hue angle of 17.65º degrees, saturation: 0.36, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F0E4DF is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 228 | 223 | - |
| CMYK | 0 | 0.05 | 0.07 | 0.06 |
| HSL | 17.65º | 0.36% | 0.91% | - |
| HSV(B) | 17.65º | 0.07% | 0.94% | - |
| XYZ | 77 | 79.34 | 81.07 | - |
| YUV | 231.02 | 123.48 | 134.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 228 | 223 | 0 | 0.05 | 0.07 | 0.06 | 17.65 | 0.36 | 0.91 |
| Hex | F0 | E4 | DF | 0 | 5 | 7 | 6 | 12 | 24 | 5B |
| Octal | 360 | 344 | 337 | 0 | 5 | 7 | 6 | 22 | 44 | 133 |
| Binary | 11110000 | 11100100 | 11011111 | 0 | 101 | 111 | 110 | 10010 | 100100 | 1011011 |
Color Harmonies of #F0E4DF
Complementary color
Monochromatic Colors of #F0E4DF
Black with #F0E4DF
Text Example
Text Example
White with #F0E4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E4DF; }
p { color: rgb(240,228,223); }
H1.HeaderClassName
{
color: #F0E4DF;
}
.AnyTagClassName
{
color: #F0E4DF;
}
</style>
background-color css
<style>
a { background-color: #F0E4DF; }
a { background-color: rgb(240,228,223); }
div.DivClassName
{
background-color: #F0E4DF;
}
.BgClassName
{
background-color: #F0E4DF;
}
</style>
border-color css
<style>
span { border-color: #F0E4DF; }
span { border-color: rgb(240,228,223); }
td.TdClassName
{
border-color: #F0E4DF;
}
.TagClassName
{
border-color: #F0E4DF;
}
</style>