Shades of Provincial Pink #F6E4DD
Tints of Provincial Pink #F6E4DD
RGB
CMYK
RGB Variations
Color information
#F6E4DD (or 0xF6E4DD) is known color: Provincial Pink. HEX triplet: F6, E4 and DD. RGB value is (246,228,221). Sum of RGB (Red+Green+Blue) = 246+228+221=695 (92% of max value = 765). Red value is 246 (96.48% from 255 or 35.40% from 695); Green value is 228 (89.45% from 255 or 32.81% from 695); Blue value is 221 (86.72% from 255 or 31.80% from 695); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E4DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6E4DD is #091B22. Grayscale: #E8E8E8. Windows color (decimal): -596771 or 14542070. OLE color: 14542070.
HSL color Cylindrical-coordinate representation of color #F6E4DD: hue angle of 16.8º 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 #F6E4DD is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 228 | 221 | - |
| CMYK | 0 | 0.07 | 0.10 | 0.04 |
| HSL | 16.8º | 0.58% | 0.92% | - |
| HSV(B) | 16.8º | 0.1% | 0.96% | - |
| XYZ | 78.8 | 80.3 | 79.75 | - |
| YUV | 232.58 | 121.46 | 137.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 228 | 221 | 0 | 0.07 | 0.10 | 0.04 | 16.8 | 0.58 | 0.92 |
| Hex | F6 | E4 | DD | 0 | 7 | A | 4 | 11 | 3A | 5C |
| Octal | 366 | 344 | 335 | 0 | 7 | 12 | 4 | 21 | 72 | 134 |
| Binary | 11110110 | 11100100 | 11011101 | 0 | 111 | 1010 | 100 | 10001 | 111010 | 1011100 |
Color Harmonies of #F6E4DD
Complementary color
Monochromatic Colors of #F6E4DD
Black with #F6E4DD
Text Example
Text Example
White with #F6E4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6E4DD; }
p { color: rgb(246,228,221); }
H1.HeaderClassName
{
color: #F6E4DD;
}
.AnyTagClassName
{
color: #F6E4DD;
}
</style>
background-color css
<style>
a { background-color: #F6E4DD; }
a { background-color: rgb(246,228,221); }
div.DivClassName
{
background-color: #F6E4DD;
}
.BgClassName
{
background-color: #F6E4DD;
}
</style>
border-color css
<style>
span { border-color: #F6E4DD; }
span { border-color: rgb(246,228,221); }
td.TdClassName
{
border-color: #F6E4DD;
}
.TagClassName
{
border-color: #F6E4DD;
}
</style>