Shades of Provincial Pink #FDE6D9
Tints of Provincial Pink #FDE6D9
RGB
CMYK
RGB Variations
Color information
#FDE6D9 (or 0xFDE6D9) is known color: Provincial Pink. HEX triplet: FD, E6 and D9. RGB value is (253,230,217). Sum of RGB (Red+Green+Blue) = 253+230+217=700 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.14% from 700); Green value is 230 (90.23% from 255 or 32.86% from 700); Blue value is 217 (85.16% from 255 or 31% from 700); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE6D9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDE6D9 is #021926. Grayscale: #EBEBEB. Windows color (decimal): -137511 or 14280445. OLE color: 14280445.
HSL color Cylindrical-coordinate representation of color #FDE6D9: hue angle of 21.67º 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 #FDE6D9 is Cyan = 0, Magento = 0.09, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 230 | 217 | - |
| CMYK | 0 | 0.09 | 0.14 | 0.01 |
| HSL | 21.67º | 0.9% | 0.92% | - |
| HSV(B) | 21.67º | 0.14% | 0.99% | - |
| XYZ | 81.33 | 82.49 | 77.28 | - |
| YUV | 235.4 | 117.62 | 140.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 230 | 217 | 0 | 0.09 | 0.14 | 0.01 | 21.67 | 0.9 | 0.92 |
| Hex | FD | E6 | D9 | 0 | 9 | E | 1 | 16 | 5A | 5C |
| Octal | 375 | 346 | 331 | 0 | 11 | 16 | 1 | 26 | 132 | 134 |
| Binary | 11111101 | 11100110 | 11011001 | 0 | 1001 | 1110 | 1 | 10110 | 1011010 | 1011100 |
Color Harmonies of #FDE6D9
Complementary color
Monochromatic Colors of #FDE6D9
Black with #FDE6D9
Text Example
Text Example
White with #FDE6D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE6D9; }
p { color: rgb(253,230,217); }
H1.HeaderClassName
{
color: #FDE6D9;
}
.AnyTagClassName
{
color: #FDE6D9;
}
</style>
background-color css
<style>
a { background-color: #FDE6D9; }
a { background-color: rgb(253,230,217); }
div.DivClassName
{
background-color: #FDE6D9;
}
.BgClassName
{
background-color: #FDE6D9;
}
</style>
border-color css
<style>
span { border-color: #FDE6D9; }
span { border-color: rgb(253,230,217); }
td.TdClassName
{
border-color: #FDE6D9;
}
.TagClassName
{
border-color: #FDE6D9;
}
</style>