Shades of Provincial Pink #F3E3DB
Tints of Provincial Pink #F3E3DB
RGB
CMYK
RGB Variations
Color information
#F3E3DB (or 0xF3E3DB) is known color: Provincial Pink. HEX triplet: F3, E3 and DB. RGB value is (243,227,219). Sum of RGB (Red+Green+Blue) = 243+227+219=689 (91% of max value = 765). Red value is 243 (95.31% from 255 or 35.27% from 689); Green value is 227 (89.06% from 255 or 32.95% from 689); Blue value is 219 (85.94% from 255 or 31.79% from 689); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E3DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3E3DB is #0C1C24. Grayscale: #E6E6E6. Windows color (decimal): -793637 or 14410739. OLE color: 14410739.
HSL color Cylindrical-coordinate representation of color #F3E3DB: hue angle of 20º degrees, saturation: 0.5, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F3E3DB is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 227 | 219 | - |
| CMYK | 0 | 0.07 | 0.10 | 0.05 |
| HSL | 20º | 0.5% | 0.91% | - |
| HSV(B) | 20º | 0.1% | 0.95% | - |
| XYZ | 77.22 | 79.11 | 78.22 | - |
| YUV | 230.87 | 121.3 | 136.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 227 | 219 | 0 | 0.07 | 0.10 | 0.05 | 20 | 0.5 | 0.91 |
| Hex | F3 | E3 | DB | 0 | 7 | A | 5 | 14 | 32 | 5B |
| Octal | 363 | 343 | 333 | 0 | 7 | 12 | 5 | 24 | 62 | 133 |
| Binary | 11110011 | 11100011 | 11011011 | 0 | 111 | 1010 | 101 | 10100 | 110010 | 1011011 |
Color Harmonies of #F3E3DB
Complementary color
Monochromatic Colors of #F3E3DB
Black with #F3E3DB
Text Example
Text Example
White with #F3E3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3E3DB; }
p { color: rgb(243,227,219); }
H1.HeaderClassName
{
color: #F3E3DB;
}
.AnyTagClassName
{
color: #F3E3DB;
}
</style>
background-color css
<style>
a { background-color: #F3E3DB; }
a { background-color: rgb(243,227,219); }
div.DivClassName
{
background-color: #F3E3DB;
}
.BgClassName
{
background-color: #F3E3DB;
}
</style>
border-color css
<style>
span { border-color: #F3E3DB; }
span { border-color: rgb(243,227,219); }
td.TdClassName
{
border-color: #F3E3DB;
}
.TagClassName
{
border-color: #F3E3DB;
}
</style>