Shades of Provincial Pink #F6E5DD
Tints of Provincial Pink #F6E5DD
RGB
CMYK
RGB Variations
Color information
#F6E5DD (or 0xF6E5DD) is known color: Provincial Pink. HEX triplet: F6, E5 and DD. RGB value is (246,229,221). Sum of RGB (Red+Green+Blue) = 246+229+221=696 (92% of max value = 765). Red value is 246 (96.48% from 255 or 35.34% from 696); Green value is 229 (89.84% from 255 or 32.90% from 696); Blue value is 221 (86.72% from 255 or 31.75% from 696); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E5DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6E5DD is #091A22. Grayscale: #E9E9E9. Windows color (decimal): -596515 or 14542326. OLE color: 14542326.
HSL color Cylindrical-coordinate representation of color #F6E5DD: hue angle of 19.2º degrees, saturation: 0.58, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F6E5DD is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 229 | 221 | - |
| CMYK | 0 | 0.07 | 0.10 | 0.04 |
| HSL | 19.2º | 0.58% | 0.92% | - |
| HSV(B) | 19.2º | 0.1% | 0.96% | - |
| XYZ | 79.08 | 80.85 | 79.84 | - |
| YUV | 233.17 | 121.13 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 229 | 221 | 0 | 0.07 | 0.10 | 0.04 | 19.2 | 0.58 | 0.92 |
| Hex | F6 | E5 | DD | 0 | 7 | A | 4 | 13 | 3A | 5C |
| Octal | 366 | 345 | 335 | 0 | 7 | 12 | 4 | 23 | 72 | 134 |
| Binary | 11110110 | 11100101 | 11011101 | 0 | 111 | 1010 | 100 | 10011 | 111010 | 1011100 |
Color Harmonies of #F6E5DD
Complementary color
Monochromatic Colors of #F6E5DD
Black with #F6E5DD
Text Example
Text Example
White with #F6E5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6E5DD; }
p { color: rgb(246,229,221); }
H1.HeaderClassName
{
color: #F6E5DD;
}
.AnyTagClassName
{
color: #F6E5DD;
}
</style>
background-color css
<style>
a { background-color: #F6E5DD; }
a { background-color: rgb(246,229,221); }
div.DivClassName
{
background-color: #F6E5DD;
}
.BgClassName
{
background-color: #F6E5DD;
}
</style>
border-color css
<style>
span { border-color: #F6E5DD; }
span { border-color: rgb(246,229,221); }
td.TdClassName
{
border-color: #F6E5DD;
}
.TagClassName
{
border-color: #F6E5DD;
}
</style>