Shades of Provincial Pink #FDE1D6
Tints of Provincial Pink #FDE1D6
RGB
CMYK
RGB Variations
Color information
#FDE1D6 (or 0xFDE1D6) is known color: Provincial Pink. HEX triplet: FD, E1 and D6. RGB value is (253,225,214). Sum of RGB (Red+Green+Blue) = 253+225+214=692 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.56% from 692); Green value is 225 (88.28% from 255 or 32.51% from 692); Blue value is 214 (83.98% from 255 or 30.92% from 692); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE1D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE1D6 is #021E29. Grayscale: #E8E8E8. Windows color (decimal): -138794 or 14082557. OLE color: 14082557.
HSL color Cylindrical-coordinate representation of color #FDE1D6: hue angle of 16.92º degrees, saturation: 0.91, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FDE1D6 is Cyan = 0, Magento = 0.11, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 225 | 214 | - |
| CMYK | 0 | 0.11 | 0.15 | 0.01 |
| HSL | 16.92º | 0.91% | 0.92% | - |
| HSV(B) | 16.92º | 0.15% | 0.99% | - |
| XYZ | 79.57 | 79.59 | 74.79 | - |
| YUV | 232.12 | 117.78 | 142.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 225 | 214 | 0 | 0.11 | 0.15 | 0.01 | 16.92 | 0.91 | 0.92 |
| Hex | FD | E1 | D6 | 0 | B | F | 1 | 11 | 5B | 5C |
| Octal | 375 | 341 | 326 | 0 | 13 | 17 | 1 | 21 | 133 | 134 |
| Binary | 11111101 | 11100001 | 11010110 | 0 | 1011 | 1111 | 1 | 10001 | 1011011 | 1011100 |
Color Harmonies of #FDE1D6
Complementary color
Monochromatic Colors of #FDE1D6
Black with #FDE1D6
Text Example
Text Example
White with #FDE1D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE1D6; }
p { color: rgb(253,225,214); }
H1.HeaderClassName
{
color: #FDE1D6;
}
.AnyTagClassName
{
color: #FDE1D6;
}
</style>
background-color css
<style>
a { background-color: #FDE1D6; }
a { background-color: rgb(253,225,214); }
div.DivClassName
{
background-color: #FDE1D6;
}
.BgClassName
{
background-color: #FDE1D6;
}
</style>
border-color css
<style>
span { border-color: #FDE1D6; }
span { border-color: rgb(253,225,214); }
td.TdClassName
{
border-color: #FDE1D6;
}
.TagClassName
{
border-color: #FDE1D6;
}
</style>