Shades of Provincial Pink #FAE5D9
Tints of Provincial Pink #FAE5D9
RGB
CMYK
RGB Variations
Color information
#FAE5D9 (or 0xFAE5D9) is known color: Provincial Pink. HEX triplet: FA, E5 and D9. RGB value is (250,229,217). Sum of RGB (Red+Green+Blue) = 250+229+217=696 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.92% from 696); Green value is 229 (89.84% from 255 or 32.90% from 696); Blue value is 217 (85.16% from 255 or 31.18% from 696); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE5D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE5D9 is #051A26. Grayscale: #E9E9E9. Windows color (decimal): -334375 or 14280186. OLE color: 14280186.
HSL color Cylindrical-coordinate representation of color #FAE5D9: hue angle of 21.82º degrees, saturation: 0.77, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FAE5D9 is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 229 | 217 | - |
| CMYK | 0 | 0.08 | 0.13 | 0.02 |
| HSL | 21.82º | 0.77% | 0.92% | - |
| HSV(B) | 21.82º | 0.13% | 0.98% | - |
| XYZ | 79.97 | 81.37 | 77.14 | - |
| YUV | 233.91 | 118.46 | 139.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 229 | 217 | 0 | 0.08 | 0.13 | 0.02 | 21.82 | 0.77 | 0.92 |
| Hex | FA | E5 | D9 | 0 | 8 | D | 2 | 16 | 4D | 5C |
| Octal | 372 | 345 | 331 | 0 | 10 | 15 | 2 | 26 | 115 | 134 |
| Binary | 11111010 | 11100101 | 11011001 | 0 | 1000 | 1101 | 10 | 10110 | 1001101 | 1011100 |
Color Harmonies of #FAE5D9
Complementary color
Monochromatic Colors of #FAE5D9
Black with #FAE5D9
Text Example
Text Example
White with #FAE5D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE5D9; }
p { color: rgb(250,229,217); }
H1.HeaderClassName
{
color: #FAE5D9;
}
.AnyTagClassName
{
color: #FAE5D9;
}
</style>
background-color css
<style>
a { background-color: #FAE5D9; }
a { background-color: rgb(250,229,217); }
div.DivClassName
{
background-color: #FAE5D9;
}
.BgClassName
{
background-color: #FAE5D9;
}
</style>
border-color css
<style>
span { border-color: #FAE5D9; }
span { border-color: rgb(250,229,217); }
td.TdClassName
{
border-color: #FAE5D9;
}
.TagClassName
{
border-color: #FAE5D9;
}
</style>