Shades of Provincial Pink #FFE1D1
Tints of Provincial Pink #FFE1D1
RGB
CMYK
RGB Variations
Color information
#FFE1D1 (or 0xFFE1D1) is known color: Provincial Pink. HEX triplet: FF, E1 and D1. RGB value is (255,225,209). Sum of RGB (Red+Green+Blue) = 255+225+209=689 (91% of max value = 765). Red value is 255 (100% from 255 or 37.01% from 689); Green value is 225 (88.28% from 255 or 32.66% from 689); Blue value is 209 (82.03% from 255 or 30.33% from 689); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE1D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE1D1 is #001E2E. Grayscale: #E8E8E8. Windows color (decimal): -7727 or 13754879. OLE color: 13754879.
HSL color Cylindrical-coordinate representation of color #FFE1D1: hue angle of 20.87º 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 #FFE1D1 is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 225 | 209 | - |
| CMYK | 0 | 0.12 | 0.18 | 0 |
| HSL | 20.87º | 1% | 0.91% | - |
| HSV(B) | 20.87º | 0.18% | 1% | - |
| XYZ | 79.67 | 79.71 | 71.51 | - |
| YUV | 232.15 | 114.94 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 225 | 209 | 0 | 0.12 | 0.18 | 0 | 20.87 | 1 | 0.91 |
| Hex | FF | E1 | D1 | 0 | C | 12 | 0 | 15 | 64 | 5B |
| Octal | 377 | 341 | 321 | 0 | 14 | 22 | 0 | 25 | 144 | 133 |
| Binary | 11111111 | 11100001 | 11010001 | 0 | 1100 | 10010 | 0 | 10101 | 1100100 | 1011011 |
Color Harmonies of #FFE1D1
Complementary color
Monochromatic Colors of #FFE1D1
Black with #FFE1D1
Text Example
Text Example
White with #FFE1D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE1D1; }
p { color: rgb(255,225,209); }
H1.HeaderClassName
{
color: #FFE1D1;
}
.AnyTagClassName
{
color: #FFE1D1;
}
</style>
background-color css
<style>
a { background-color: #FFE1D1; }
a { background-color: rgb(255,225,209); }
div.DivClassName
{
background-color: #FFE1D1;
}
.BgClassName
{
background-color: #FFE1D1;
}
</style>
border-color css
<style>
span { border-color: #FFE1D1; }
span { border-color: rgb(255,225,209); }
td.TdClassName
{
border-color: #FFE1D1;
}
.TagClassName
{
border-color: #FFE1D1;
}
</style>