Shades of Provincial Pink #F2E4DF
Tints of Provincial Pink #F2E4DF
RGB
CMYK
RGB Variations
Color information
#F2E4DF (or 0xF2E4DF) is known color: Provincial Pink. HEX triplet: F2, E4 and DF. RGB value is (242,228,223). Sum of RGB (Red+Green+Blue) = 242+228+223=693 (91% of max value = 765). Red value is 242 (94.92% from 255 or 34.92% from 693); Green value is 228 (89.45% from 255 or 32.90% from 693); Blue value is 223 (87.5% from 255 or 32.18% from 693); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E4DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2E4DF is #0D1B20. Grayscale: #E7E7E7. Windows color (decimal): -858913 or 14673138. OLE color: 14673138.
HSL color Cylindrical-coordinate representation of color #F2E4DF: hue angle of 15.79º degrees, saturation: 0.42, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F2E4DF is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 228 | 223 | - |
| CMYK | 0 | 0.06 | 0.08 | 0.05 |
| HSL | 15.79º | 0.42% | 0.91% | - |
| HSV(B) | 15.79º | 0.08% | 0.95% | - |
| XYZ | 77.68 | 79.69 | 81.1 | - |
| YUV | 231.62 | 123.14 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 228 | 223 | 0 | 0.06 | 0.08 | 0.05 | 15.79 | 0.42 | 0.91 |
| Hex | F2 | E4 | DF | 0 | 6 | 8 | 5 | 10 | 2A | 5B |
| Octal | 362 | 344 | 337 | 0 | 6 | 10 | 5 | 20 | 52 | 133 |
| Binary | 11110010 | 11100100 | 11011111 | 0 | 110 | 1000 | 101 | 10000 | 101010 | 1011011 |
Color Harmonies of #F2E4DF
Complementary color
Monochromatic Colors of #F2E4DF
Black with #F2E4DF
Text Example
Text Example
White with #F2E4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E4DF; }
p { color: rgb(242,228,223); }
H1.HeaderClassName
{
color: #F2E4DF;
}
.AnyTagClassName
{
color: #F2E4DF;
}
</style>
background-color css
<style>
a { background-color: #F2E4DF; }
a { background-color: rgb(242,228,223); }
div.DivClassName
{
background-color: #F2E4DF;
}
.BgClassName
{
background-color: #F2E4DF;
}
</style>
border-color css
<style>
span { border-color: #F2E4DF; }
span { border-color: rgb(242,228,223); }
td.TdClassName
{
border-color: #F2E4DF;
}
.TagClassName
{
border-color: #F2E4DF;
}
</style>