Shades of Provincial Pink #F6E0D3
Tints of Provincial Pink #F6E0D3
RGB
CMYK
RGB Variations
Color information
#F6E0D3 (or 0xF6E0D3) is known color: Provincial Pink. HEX triplet: F6, E0 and D3. RGB value is (246,224,211). Sum of RGB (Red+Green+Blue) = 246+224+211=681 (90% of max value = 765). Red value is 246 (96.48% from 255 or 36.12% from 681); Green value is 224 (87.89% from 255 or 32.89% from 681); Blue value is 211 (82.81% from 255 or 30.98% from 681); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E0D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6E0D3 is #091F2C. Grayscale: #E5E5E5. Windows color (decimal): -597805 or 13885686. OLE color: 13885686.
HSL color Cylindrical-coordinate representation of color #F6E0D3: hue angle of 22.29º 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 #F6E0D3 is Cyan = 0, Magento = 0.09, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 224 | 211 | - |
| CMYK | 0 | 0.09 | 0.14 | 0.04 |
| HSL | 22.29º | 0.66% | 0.9% | - |
| HSV(B) | 22.29º | 0.14% | 0.96% | - |
| XYZ | 76.42 | 77.61 | 72.58 | - |
| YUV | 229.1 | 117.79 | 140.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 224 | 211 | 0 | 0.09 | 0.14 | 0.04 | 22.29 | 0.66 | 0.9 |
| Hex | F6 | E0 | D3 | 0 | 9 | E | 4 | 16 | 42 | 5A |
| Octal | 366 | 340 | 323 | 0 | 11 | 16 | 4 | 26 | 102 | 132 |
| Binary | 11110110 | 11100000 | 11010011 | 0 | 1001 | 1110 | 100 | 10110 | 1000010 | 1011010 |
Color Harmonies of #F6E0D3
Complementary color
Monochromatic Colors of #F6E0D3
Black with #F6E0D3
Text Example
Text Example
White with #F6E0D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6E0D3; }
p { color: rgb(246,224,211); }
H1.HeaderClassName
{
color: #F6E0D3;
}
.AnyTagClassName
{
color: #F6E0D3;
}
</style>
background-color css
<style>
a { background-color: #F6E0D3; }
a { background-color: rgb(246,224,211); }
div.DivClassName
{
background-color: #F6E0D3;
}
.BgClassName
{
background-color: #F6E0D3;
}
</style>
border-color css
<style>
span { border-color: #F6E0D3; }
span { border-color: rgb(246,224,211); }
td.TdClassName
{
border-color: #F6E0D3;
}
.TagClassName
{
border-color: #F6E0D3;
}
</style>