Shades of Provincial Pink #FAE1D1
Tints of Provincial Pink #FAE1D1
RGB
CMYK
RGB Variations
Color information
#FAE1D1 (or 0xFAE1D1) is known color: Provincial Pink. HEX triplet: FA, E1 and D1. RGB value is (250,225,209). Sum of RGB (Red+Green+Blue) = 250+225+209=684 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.55% from 684); Green value is 225 (88.28% from 255 or 32.89% from 684); Blue value is 209 (82.03% from 255 or 30.56% from 684); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE1D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE1D1 is #051E2E. Grayscale: #E6E6E6. Windows color (decimal): -335407 or 13754874. OLE color: 13754874.
HSL color Cylindrical-coordinate representation of color #FAE1D1: hue angle of 23.41º degrees, saturation: 0.8, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FAE1D1 is Cyan = 0, Magento = 0.10, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 225 | 209 | - |
| CMYK | 0 | 0.10 | 0.16 | 0.02 |
| HSL | 23.41º | 0.8% | 0.9% | - |
| HSV(B) | 23.41º | 0.16% | 0.98% | - |
| XYZ | 77.86 | 78.78 | 71.42 | - |
| YUV | 230.65 | 115.78 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 225 | 209 | 0 | 0.10 | 0.16 | 0.02 | 23.41 | 0.8 | 0.9 |
| Hex | FA | E1 | D1 | 0 | A | 10 | 2 | 17 | 50 | 5A |
| Octal | 372 | 341 | 321 | 0 | 12 | 20 | 2 | 27 | 120 | 132 |
| Binary | 11111010 | 11100001 | 11010001 | 0 | 1010 | 10000 | 10 | 10111 | 1010000 | 1011010 |
Color Harmonies of #FAE1D1
Complementary color
Monochromatic Colors of #FAE1D1
Black with #FAE1D1
Text Example
Text Example
White with #FAE1D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE1D1; }
p { color: rgb(250,225,209); }
H1.HeaderClassName
{
color: #FAE1D1;
}
.AnyTagClassName
{
color: #FAE1D1;
}
</style>
background-color css
<style>
a { background-color: #FAE1D1; }
a { background-color: rgb(250,225,209); }
div.DivClassName
{
background-color: #FAE1D1;
}
.BgClassName
{
background-color: #FAE1D1;
}
</style>
border-color css
<style>
span { border-color: #FAE1D1; }
span { border-color: rgb(250,225,209); }
td.TdClassName
{
border-color: #FAE1D1;
}
.TagClassName
{
border-color: #FAE1D1;
}
</style>