Shades of Provincial Pink #F2E5DF
Tints of Provincial Pink #F2E5DF
RGB
CMYK
RGB Variations
Color information
#F2E5DF (or 0xF2E5DF) is known color: Provincial Pink. HEX triplet: F2, E5 and DF. RGB value is (242,229,223). Sum of RGB (Red+Green+Blue) = 242+229+223=694 (91% of max value = 765). Red value is 242 (94.92% from 255 or 34.87% from 694); Green value is 229 (89.84% from 255 or 33.00% from 694); Blue value is 223 (87.5% from 255 or 32.13% from 694); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E5DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2E5DF is #0D1A20. Grayscale: #E8E8E8. Windows color (decimal): -858657 or 14673394. OLE color: 14673394.
HSL color Cylindrical-coordinate representation of color #F2E5DF: hue angle of 18.95º 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 #F2E5DF is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 229 | 223 | - |
| CMYK | 0 | 0.05 | 0.08 | 0.05 |
| HSL | 18.95º | 0.42% | 0.91% | - |
| HSV(B) | 18.95º | 0.08% | 0.95% | - |
| XYZ | 77.96 | 80.24 | 81.19 | - |
| YUV | 232.2 | 122.81 | 134.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 229 | 223 | 0 | 0.05 | 0.08 | 0.05 | 18.95 | 0.42 | 0.91 |
| Hex | F2 | E5 | DF | 0 | 5 | 8 | 5 | 13 | 2A | 5B |
| Octal | 362 | 345 | 337 | 0 | 5 | 10 | 5 | 23 | 52 | 133 |
| Binary | 11110010 | 11100101 | 11011111 | 0 | 101 | 1000 | 101 | 10011 | 101010 | 1011011 |
Color Harmonies of #F2E5DF
Complementary color
Monochromatic Colors of #F2E5DF
Black with #F2E5DF
Text Example
Text Example
White with #F2E5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E5DF; }
p { color: rgb(242,229,223); }
H1.HeaderClassName
{
color: #F2E5DF;
}
.AnyTagClassName
{
color: #F2E5DF;
}
</style>
background-color css
<style>
a { background-color: #F2E5DF; }
a { background-color: rgb(242,229,223); }
div.DivClassName
{
background-color: #F2E5DF;
}
.BgClassName
{
background-color: #F2E5DF;
}
</style>
border-color css
<style>
span { border-color: #F2E5DF; }
span { border-color: rgb(242,229,223); }
td.TdClassName
{
border-color: #F2E5DF;
}
.TagClassName
{
border-color: #F2E5DF;
}
</style>