Shades of Provincial Pink #F3E2DA
Tints of Provincial Pink #F3E2DA
RGB
CMYK
RGB Variations
Color information
#F3E2DA (or 0xF3E2DA) is known color: Provincial Pink. HEX triplet: F3, E2 and DA. RGB value is (243,226,218). Sum of RGB (Red+Green+Blue) = 243+226+218=687 (90% of max value = 765). Red value is 243 (95.31% from 255 or 35.37% from 687); Green value is 226 (88.67% from 255 or 32.90% from 687); Blue value is 218 (85.55% from 255 or 31.73% from 687); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E2DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3E2DA is #0C1D25. Grayscale: #E6E6E6. Windows color (decimal): -793894 or 14344947. OLE color: 14344947.
HSL color Cylindrical-coordinate representation of color #F3E2DA: hue angle of 19.2º degrees, saturation: 0.51, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F3E2DA is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 226 | 218 | - |
| CMYK | 0 | 0.07 | 0.10 | 0.05 |
| HSL | 19.2º | 0.51% | 0.9% | - |
| HSV(B) | 19.2º | 0.1% | 0.95% | - |
| XYZ | 76.81 | 78.51 | 77.43 | - |
| YUV | 230.17 | 121.13 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 226 | 218 | 0 | 0.07 | 0.10 | 0.05 | 19.2 | 0.51 | 0.9 |
| Hex | F3 | E2 | DA | 0 | 7 | A | 5 | 13 | 33 | 5A |
| Octal | 363 | 342 | 332 | 0 | 7 | 12 | 5 | 23 | 63 | 132 |
| Binary | 11110011 | 11100010 | 11011010 | 0 | 111 | 1010 | 101 | 10011 | 110011 | 1011010 |
Color Harmonies of #F3E2DA
Complementary color
Monochromatic Colors of #F3E2DA
Black with #F3E2DA
Text Example
Text Example
White with #F3E2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3E2DA; }
p { color: rgb(243,226,218); }
H1.HeaderClassName
{
color: #F3E2DA;
}
.AnyTagClassName
{
color: #F3E2DA;
}
</style>
background-color css
<style>
a { background-color: #F3E2DA; }
a { background-color: rgb(243,226,218); }
div.DivClassName
{
background-color: #F3E2DA;
}
.BgClassName
{
background-color: #F3E2DA;
}
</style>
border-color css
<style>
span { border-color: #F3E2DA; }
span { border-color: rgb(243,226,218); }
td.TdClassName
{
border-color: #F3E2DA;
}
.TagClassName
{
border-color: #F3E2DA;
}
</style>