Shades of Provincial Pink #FEE6D8
Tints of Provincial Pink #FEE6D8
RGB
CMYK
RGB Variations
Color information
#FEE6D8 (or 0xFEE6D8) is known color: Provincial Pink. HEX triplet: FE, E6 and D8. RGB value is (254,230,216). Sum of RGB (Red+Green+Blue) = 254+230+216=700 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.29% from 700); Green value is 230 (90.23% from 255 or 32.86% from 700); Blue value is 216 (84.77% from 255 or 30.86% from 700); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE6D8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEE6D8 is #011927. Grayscale: #EBEBEB. Windows color (decimal): -71976 or 14214910. OLE color: 14214910.
HSL color Cylindrical-coordinate representation of color #FEE6D8: hue angle of 22.11º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FEE6D8 is Cyan = 0, Magento = 0.09, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 230 | 216 | - |
| CMYK | 0 | 0.09 | 0.15 | 0.00 |
| HSL | 22.11º | 0.95% | 0.92% | - |
| HSV(B) | 22.11º | 0.15% | 1% | - |
| XYZ | 81.56 | 82.62 | 76.61 | - |
| YUV | 235.58 | 116.95 | 141.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 230 | 216 | 0 | 0.09 | 0.15 | 0.00 | 22.11 | 0.95 | 0.92 |
| Hex | FE | E6 | D8 | 0 | 9 | F | 0 | 16 | 5F | 5C |
| Octal | 376 | 346 | 330 | 0 | 11 | 17 | 0 | 26 | 137 | 134 |
| Binary | 11111110 | 11100110 | 11011000 | 0 | 1001 | 1111 | 0 | 10110 | 1011111 | 1011100 |
Color Harmonies of #FEE6D8
Complementary color
Monochromatic Colors of #FEE6D8
Black with #FEE6D8
Text Example
Text Example
White with #FEE6D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE6D8; }
p { color: rgb(254,230,216); }
H1.HeaderClassName
{
color: #FEE6D8;
}
.AnyTagClassName
{
color: #FEE6D8;
}
</style>
background-color css
<style>
a { background-color: #FEE6D8; }
a { background-color: rgb(254,230,216); }
div.DivClassName
{
background-color: #FEE6D8;
}
.BgClassName
{
background-color: #FEE6D8;
}
</style>
border-color css
<style>
span { border-color: #FEE6D8; }
span { border-color: rgb(254,230,216); }
td.TdClassName
{
border-color: #FEE6D8;
}
.TagClassName
{
border-color: #FEE6D8;
}
</style>