Shades of Provincial Pink #FDE4D9
Tints of Provincial Pink #FDE4D9
RGB
CMYK
RGB Variations
Color information
#FDE4D9 (or 0xFDE4D9) is known color: Provincial Pink. HEX triplet: FD, E4 and D9. RGB value is (253,228,217). Sum of RGB (Red+Green+Blue) = 253+228+217=698 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.25% from 698); Green value is 228 (89.45% from 255 or 32.66% from 698); Blue value is 217 (85.16% from 255 or 31.09% from 698); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE4D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE4D9 is #021B26. Grayscale: #EAEAEA. Windows color (decimal): -138023 or 14279933. OLE color: 14279933.
HSL color Cylindrical-coordinate representation of color #FDE4D9: hue angle of 18.33º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FDE4D9 is Cyan = 0, Magento = 0.10, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 228 | 217 | - |
| CMYK | 0 | 0.10 | 0.14 | 0.01 |
| HSL | 18.33º | 0.9% | 0.92% | - |
| HSV(B) | 18.33º | 0.14% | 0.99% | - |
| XYZ | 80.78 | 81.38 | 77.1 | - |
| YUV | 234.22 | 118.28 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 228 | 217 | 0 | 0.10 | 0.14 | 0.01 | 18.33 | 0.9 | 0.92 |
| Hex | FD | E4 | D9 | 0 | A | E | 1 | 12 | 5A | 5C |
| Octal | 375 | 344 | 331 | 0 | 12 | 16 | 1 | 22 | 132 | 134 |
| Binary | 11111101 | 11100100 | 11011001 | 0 | 1010 | 1110 | 1 | 10010 | 1011010 | 1011100 |
Color Harmonies of #FDE4D9
Complementary color
Monochromatic Colors of #FDE4D9
Black with #FDE4D9
Text Example
Text Example
White with #FDE4D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE4D9; }
p { color: rgb(253,228,217); }
H1.HeaderClassName
{
color: #FDE4D9;
}
.AnyTagClassName
{
color: #FDE4D9;
}
</style>
background-color css
<style>
a { background-color: #FDE4D9; }
a { background-color: rgb(253,228,217); }
div.DivClassName
{
background-color: #FDE4D9;
}
.BgClassName
{
background-color: #FDE4D9;
}
</style>
border-color css
<style>
span { border-color: #FDE4D9; }
span { border-color: rgb(253,228,217); }
td.TdClassName
{
border-color: #FDE4D9;
}
.TagClassName
{
border-color: #FDE4D9;
}
</style>