Shades of Provincial Pink #F3E2D9
Tints of Provincial Pink #F3E2D9
RGB
CMYK
RGB Variations
Color information
#F3E2D9 (or 0xF3E2D9) is known color: Provincial Pink. HEX triplet: F3, E2 and D9. RGB value is (243,226,217). Sum of RGB (Red+Green+Blue) = 243+226+217=686 (90% of max value = 765). Red value is 243 (95.31% from 255 or 35.42% from 686); Green value is 226 (88.67% from 255 or 32.94% from 686); Blue value is 217 (85.16% from 255 or 31.63% from 686); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E2D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3E2D9 is #0C1D26. Grayscale: #E6E6E6. Windows color (decimal): -793895 or 14279411. OLE color: 14279411.
HSL color Cylindrical-coordinate representation of color #F3E2D9: hue angle of 20.77º degrees, saturation: 0.52, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F3E2D9 is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 226 | 217 | - |
| CMYK | 0 | 0.07 | 0.11 | 0.05 |
| HSL | 20.77º | 0.52% | 0.9% | - |
| HSV(B) | 20.77º | 0.11% | 0.95% | - |
| XYZ | 76.68 | 78.46 | 76.75 | - |
| YUV | 230.06 | 120.63 | 137.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 226 | 217 | 0 | 0.07 | 0.11 | 0.05 | 20.77 | 0.52 | 0.9 |
| Hex | F3 | E2 | D9 | 0 | 7 | B | 5 | 15 | 34 | 5A |
| Octal | 363 | 342 | 331 | 0 | 7 | 13 | 5 | 25 | 64 | 132 |
| Binary | 11110011 | 11100010 | 11011001 | 0 | 111 | 1011 | 101 | 10101 | 110100 | 1011010 |
Color Harmonies of #F3E2D9
Complementary color
Monochromatic Colors of #F3E2D9
Black with #F3E2D9
Text Example
Text Example
White with #F3E2D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3E2D9; }
p { color: rgb(243,226,217); }
H1.HeaderClassName
{
color: #F3E2D9;
}
.AnyTagClassName
{
color: #F3E2D9;
}
</style>
background-color css
<style>
a { background-color: #F3E2D9; }
a { background-color: rgb(243,226,217); }
div.DivClassName
{
background-color: #F3E2D9;
}
.BgClassName
{
background-color: #F3E2D9;
}
</style>
border-color css
<style>
span { border-color: #F3E2D9; }
span { border-color: rgb(243,226,217); }
td.TdClassName
{
border-color: #F3E2D9;
}
.TagClassName
{
border-color: #F3E2D9;
}
</style>