Shades of Provincial Pink #FEE1D0
Tints of Provincial Pink #FEE1D0
RGB
CMYK
RGB Variations
Color information
#FEE1D0 (or 0xFEE1D0) is known color: Provincial Pink. HEX triplet: FE, E1 and D0. RGB value is (254,225,208). Sum of RGB (Red+Green+Blue) = 254+225+208=687 (90% of max value = 765). Red value is 254 (99.61% from 255 or 36.97% from 687); Green value is 225 (88.28% from 255 or 32.75% from 687); Blue value is 208 (81.64% from 255 or 30.28% from 687); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE1D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE1D0 is #011E2F. Grayscale: #E7E7E7. Windows color (decimal): -73264 or 13689342. OLE color: 13689342.
HSL color Cylindrical-coordinate representation of color #FEE1D0: hue angle of 22.17º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FEE1D0 is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 225 | 208 | - |
CMYK | 0 | 0.11 | 0.18 | 0.00 |
HSL | 22.17º | 0.96% | 0.91% | - |
HSV(B) | 22.17º | 0.18% | 1% | - |
XYZ | 79.18 | 79.48 | 70.84 | - |
YUV | 231.73 | 114.61 | 143.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 225 | 208 | 0 | 0.11 | 0.18 | 0.00 | 22.17 | 0.96 | 0.91 |
Hex | FE | E1 | D0 | 0 | B | 12 | 0 | 16 | 60 | 5B |
Octal | 376 | 341 | 320 | 0 | 13 | 22 | 0 | 26 | 140 | 133 |
Binary | 11111110 | 11100001 | 11010000 | 0 | 1011 | 10010 | 0 | 10110 | 1100000 | 1011011 |
Color Harmonies of #FEE1D0
Complementary color
Monochromatic Colors of #FEE1D0
Black with #FEE1D0
Text Example
Text Example
White with #FEE1D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE1D0; }
p { color: rgb(254,225,208); }
H1.HeaderClassName
{
color: #FEE1D0;
}
.AnyTagClassName
{
color: #FEE1D0;
}
</style>
background-color css
<style>
a { background-color: #FEE1D0; }
a { background-color: rgb(254,225,208); }
div.DivClassName
{
background-color: #FEE1D0;
}
.BgClassName
{
background-color: #FEE1D0;
}
</style>
border-color css
<style>
span { border-color: #FEE1D0; }
span { border-color: rgb(254,225,208); }
td.TdClassName
{
border-color: #FEE1D0;
}
.TagClassName
{
border-color: #FEE1D0;
}
</style>