Shades of Provincial Pink #F6E1D3
Tints of Provincial Pink #F6E1D3
RGB
CMYK
RGB Variations
Color information
#F6E1D3 (or 0xF6E1D3) is known color: Provincial Pink. HEX triplet: F6, E1 and D3. RGB value is (246,225,211). Sum of RGB (Red+Green+Blue) = 246+225+211=682 (90% of max value = 765). Red value is 246 (96.48% from 255 or 36.07% from 682); Green value is 225 (88.28% from 255 or 32.99% from 682); Blue value is 211 (82.81% from 255 or 30.94% from 682); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E1D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6E1D3 is #091E2C. Grayscale: #E5E5E5. Windows color (decimal): -597549 or 13885942. OLE color: 13885942.
HSL color Cylindrical-coordinate representation of color #F6E1D3: hue angle of 24º degrees, saturation: 0.66, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F6E1D3 is Cyan = 0, Magento = 0.09, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 225 | 211 | - |
| CMYK | 0 | 0.09 | 0.14 | 0.04 |
| HSL | 24º | 0.66% | 0.9% | - |
| HSV(B) | 24º | 0.14% | 0.96% | - |
| XYZ | 76.69 | 78.15 | 72.67 | - |
| YUV | 229.68 | 117.46 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 225 | 211 | 0 | 0.09 | 0.14 | 0.04 | 24 | 0.66 | 0.9 |
| Hex | F6 | E1 | D3 | 0 | 9 | E | 4 | 18 | 42 | 5A |
| Octal | 366 | 341 | 323 | 0 | 11 | 16 | 4 | 30 | 102 | 132 |
| Binary | 11110110 | 11100001 | 11010011 | 0 | 1001 | 1110 | 100 | 11000 | 1000010 | 1011010 |
Color Harmonies of #F6E1D3
Complementary color
Monochromatic Colors of #F6E1D3
Black with #F6E1D3
Text Example
Text Example
White with #F6E1D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6E1D3; }
p { color: rgb(246,225,211); }
H1.HeaderClassName
{
color: #F6E1D3;
}
.AnyTagClassName
{
color: #F6E1D3;
}
</style>
background-color css
<style>
a { background-color: #F6E1D3; }
a { background-color: rgb(246,225,211); }
div.DivClassName
{
background-color: #F6E1D3;
}
.BgClassName
{
background-color: #F6E1D3;
}
</style>
border-color css
<style>
span { border-color: #F6E1D3; }
span { border-color: rgb(246,225,211); }
td.TdClassName
{
border-color: #F6E1D3;
}
.TagClassName
{
border-color: #F6E1D3;
}
</style>