Shades of Provincial Pink #F3E2DC
Tints of Provincial Pink #F3E2DC
RGB
CMYK
RGB Variations
Color information
#F3E2DC (or 0xF3E2DC) is known color: Provincial Pink. HEX triplet: F3, E2 and DC. RGB value is (243,226,220). Sum of RGB (Red+Green+Blue) = 243+226+220=689 (91% of max value = 765). Red value is 243 (95.31% from 255 or 35.27% from 689); Green value is 226 (88.67% from 255 or 32.80% from 689); Blue value is 220 (86.33% from 255 or 31.93% from 689); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E2DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3E2DC is #0C1D23. Grayscale: #E6E6E6. Windows color (decimal): -793892 or 14476019. OLE color: 14476019.
HSL color Cylindrical-coordinate representation of color #F3E2DC: hue angle of 15.65º degrees, saturation: 0.49, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F3E2DC is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 226 | 220 | - |
| CMYK | 0 | 0.07 | 0.09 | 0.05 |
| HSL | 15.65º | 0.49% | 0.91% | - |
| HSV(B) | 15.65º | 0.09% | 0.95% | - |
| XYZ | 77.08 | 78.61 | 78.82 | - |
| YUV | 230.4 | 122.13 | 136.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 226 | 220 | 0 | 0.07 | 0.09 | 0.05 | 15.65 | 0.49 | 0.91 |
| Hex | F3 | E2 | DC | 0 | 7 | 9 | 5 | 10 | 31 | 5B |
| Octal | 363 | 342 | 334 | 0 | 7 | 11 | 5 | 20 | 61 | 133 |
| Binary | 11110011 | 11100010 | 11011100 | 0 | 111 | 1001 | 101 | 10000 | 110001 | 1011011 |
Color Harmonies of #F3E2DC
Complementary color
Monochromatic Colors of #F3E2DC
Black with #F3E2DC
Text Example
Text Example
White with #F3E2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3E2DC; }
p { color: rgb(243,226,220); }
H1.HeaderClassName
{
color: #F3E2DC;
}
.AnyTagClassName
{
color: #F3E2DC;
}
</style>
background-color css
<style>
a { background-color: #F3E2DC; }
a { background-color: rgb(243,226,220); }
div.DivClassName
{
background-color: #F3E2DC;
}
.BgClassName
{
background-color: #F3E2DC;
}
</style>
border-color css
<style>
span { border-color: #F3E2DC; }
span { border-color: rgb(243,226,220); }
td.TdClassName
{
border-color: #F3E2DC;
}
.TagClassName
{
border-color: #F3E2DC;
}
</style>