Shades of Provincial Pink #FAE0D0
Tints of Provincial Pink #FAE0D0
RGB
CMYK
RGB Variations
Color information
#FAE0D0 (or 0xFAE0D0) is known color: Provincial Pink. HEX triplet: FA, E0 and D0. RGB value is (250,224,208). Sum of RGB (Red+Green+Blue) = 250+224+208=682 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.66% from 682); Green value is 224 (87.89% from 255 or 32.84% from 682); Blue value is 208 (81.64% from 255 or 30.50% from 682); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE0D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE0D0 is #051F2F. Grayscale: #E6E6E6. Windows color (decimal): -335664 or 13689082. OLE color: 13689082.
HSL color Cylindrical-coordinate representation of color #FAE0D0: hue angle of 22.86º degrees, saturation: 0.81, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FAE0D0 is Cyan = 0, Magento = 0.10, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 224 | 208 | - |
| CMYK | 0 | 0.10 | 0.17 | 0.02 |
| HSL | 22.86º | 0.81% | 0.9% | - |
| HSV(B) | 22.86º | 0.17% | 0.98% | - |
| XYZ | 77.47 | 78.19 | 70.68 | - |
| YUV | 229.95 | 115.61 | 142.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 224 | 208 | 0 | 0.10 | 0.17 | 0.02 | 22.86 | 0.81 | 0.9 |
| Hex | FA | E0 | D0 | 0 | A | 11 | 2 | 17 | 51 | 5A |
| Octal | 372 | 340 | 320 | 0 | 12 | 21 | 2 | 27 | 121 | 132 |
| Binary | 11111010 | 11100000 | 11010000 | 0 | 1010 | 10001 | 10 | 10111 | 1010001 | 1011010 |
Color Harmonies of #FAE0D0
Complementary color
Monochromatic Colors of #FAE0D0
Black with #FAE0D0
Text Example
Text Example
White with #FAE0D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE0D0; }
p { color: rgb(250,224,208); }
H1.HeaderClassName
{
color: #FAE0D0;
}
.AnyTagClassName
{
color: #FAE0D0;
}
</style>
background-color css
<style>
a { background-color: #FAE0D0; }
a { background-color: rgb(250,224,208); }
div.DivClassName
{
background-color: #FAE0D0;
}
.BgClassName
{
background-color: #FAE0D0;
}
</style>
border-color css
<style>
span { border-color: #FAE0D0; }
span { border-color: rgb(250,224,208); }
td.TdClassName
{
border-color: #FAE0D0;
}
.TagClassName
{
border-color: #FAE0D0;
}
</style>