Shades of Provincial Pink #FFE1D0
Tints of Provincial Pink #FFE1D0
RGB
CMYK
RGB Variations
Color information
#FFE1D0 (or 0xFFE1D0) is known color: Provincial Pink. HEX triplet: FF, E1 and D0. RGB value is (255,225,208). Sum of RGB (Red+Green+Blue) = 255+225+208=688 (91% of max value = 765). Red value is 255 (100% from 255 or 37.06% from 688); Green value is 225 (88.28% from 255 or 32.70% from 688); Blue value is 208 (81.64% from 255 or 30.23% from 688); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE1D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE1D0 is #001E2F. Grayscale: #E8E8E8. Windows color (decimal): -7728 or 13689343. OLE color: 13689343.
HSL color Cylindrical-coordinate representation of color #FFE1D0: hue angle of 21.7º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FFE1D0 is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 225 | 208 | - |
| CMYK | 0 | 0.12 | 0.18 | 0 |
| HSL | 21.7º | 1% | 0.91% | - |
| HSV(B) | 21.7º | 0.18% | 1% | - |
| XYZ | 79.55 | 79.66 | 70.86 | - |
| YUV | 232.03 | 114.44 | 144.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 225 | 208 | 0 | 0.12 | 0.18 | 0 | 21.7 | 1 | 0.91 |
| Hex | FF | E1 | D0 | 0 | C | 12 | 0 | 16 | 64 | 5B |
| Octal | 377 | 341 | 320 | 0 | 14 | 22 | 0 | 26 | 144 | 133 |
| Binary | 11111111 | 11100001 | 11010000 | 0 | 1100 | 10010 | 0 | 10110 | 1100100 | 1011011 |
Color Harmonies of #FFE1D0
Complementary color
Monochromatic Colors of #FFE1D0
Black with #FFE1D0
Text Example
Text Example
White with #FFE1D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE1D0; }
p { color: rgb(255,225,208); }
H1.HeaderClassName
{
color: #FFE1D0;
}
.AnyTagClassName
{
color: #FFE1D0;
}
</style>
background-color css
<style>
a { background-color: #FFE1D0; }
a { background-color: rgb(255,225,208); }
div.DivClassName
{
background-color: #FFE1D0;
}
.BgClassName
{
background-color: #FFE1D0;
}
</style>
border-color css
<style>
span { border-color: #FFE1D0; }
span { border-color: rgb(255,225,208); }
td.TdClassName
{
border-color: #FFE1D0;
}
.TagClassName
{
border-color: #FFE1D0;
}
</style>