Shades of Provincial Pink #F3E0DA
Tints of Provincial Pink #F3E0DA
RGB
CMYK
RGB Variations
Color information
#F3E0DA (or 0xF3E0DA) is known color: Provincial Pink. HEX triplet: F3, E0 and DA. RGB value is (243,224,218). Sum of RGB (Red+Green+Blue) = 243+224+218=685 (90% of max value = 765). Red value is 243 (95.31% from 255 or 35.47% from 685); Green value is 224 (87.89% from 255 or 32.70% from 685); Blue value is 218 (85.55% from 255 or 31.82% from 685); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E0DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3E0DA is #0C1F25. Grayscale: #E5E5E5. Windows color (decimal): -794406 or 14344435. OLE color: 14344435.
HSL color Cylindrical-coordinate representation of color #F3E0DA: hue angle of 14.4º 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 #F3E0DA is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 224 | 218 | - |
| CMYK | 0 | 0.08 | 0.10 | 0.05 |
| HSL | 14.4º | 0.51% | 0.9% | - |
| HSV(B) | 14.4º | 0.1% | 0.95% | - |
| XYZ | 76.27 | 77.43 | 77.25 | - |
| YUV | 229 | 121.79 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 224 | 218 | 0 | 0.08 | 0.10 | 0.05 | 14.4 | 0.51 | 0.9 |
| Hex | F3 | E0 | DA | 0 | 8 | A | 5 | E | 33 | 5A |
| Octal | 363 | 340 | 332 | 0 | 10 | 12 | 5 | 16 | 63 | 132 |
| Binary | 11110011 | 11100000 | 11011010 | 0 | 1000 | 1010 | 101 | 1110 | 110011 | 1011010 |
Color Harmonies of #F3E0DA
Complementary color
Monochromatic Colors of #F3E0DA
Black with #F3E0DA
Text Example
Text Example
White with #F3E0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3E0DA; }
p { color: rgb(243,224,218); }
H1.HeaderClassName
{
color: #F3E0DA;
}
.AnyTagClassName
{
color: #F3E0DA;
}
</style>
background-color css
<style>
a { background-color: #F3E0DA; }
a { background-color: rgb(243,224,218); }
div.DivClassName
{
background-color: #F3E0DA;
}
.BgClassName
{
background-color: #F3E0DA;
}
</style>
border-color css
<style>
span { border-color: #F3E0DA; }
span { border-color: rgb(243,224,218); }
td.TdClassName
{
border-color: #F3E0DA;
}
.TagClassName
{
border-color: #F3E0DA;
}
</style>