Shades of Provincial Pink #FAE0D3
Tints of Provincial Pink #FAE0D3
RGB
CMYK
RGB Variations
Color information
#FAE0D3 (or 0xFAE0D3) is known color: Provincial Pink. HEX triplet: FA, E0 and D3. RGB value is (250,224,211). Sum of RGB (Red+Green+Blue) = 250+224+211=685 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.50% from 685); Green value is 224 (87.89% from 255 or 32.70% from 685); Blue value is 211 (82.81% from 255 or 30.80% from 685); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE0D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE0D3 is #051F2C. Grayscale: #E6E6E6. Windows color (decimal): -335661 or 13885690. OLE color: 13885690.
HSL color Cylindrical-coordinate representation of color #FAE0D3: hue angle of 20º 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 #FAE0D3 is Cyan = 0, Magento = 0.10, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 224 | 211 | - |
| CMYK | 0 | 0.10 | 0.16 | 0.02 |
| HSL | 20º | 0.8% | 0.9% | - |
| HSV(B) | 20º | 0.16% | 0.98% | - |
| XYZ | 77.84 | 78.34 | 72.65 | - |
| YUV | 230.29 | 117.11 | 142.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 224 | 211 | 0 | 0.10 | 0.16 | 0.02 | 20 | 0.8 | 0.9 |
| Hex | FA | E0 | D3 | 0 | A | 10 | 2 | 14 | 50 | 5A |
| Octal | 372 | 340 | 323 | 0 | 12 | 20 | 2 | 24 | 120 | 132 |
| Binary | 11111010 | 11100000 | 11010011 | 0 | 1010 | 10000 | 10 | 10100 | 1010000 | 1011010 |
Color Harmonies of #FAE0D3
Complementary color
Monochromatic Colors of #FAE0D3
Black with #FAE0D3
Text Example
Text Example
White with #FAE0D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE0D3; }
p { color: rgb(250,224,211); }
H1.HeaderClassName
{
color: #FAE0D3;
}
.AnyTagClassName
{
color: #FAE0D3;
}
</style>
background-color css
<style>
a { background-color: #FAE0D3; }
a { background-color: rgb(250,224,211); }
div.DivClassName
{
background-color: #FAE0D3;
}
.BgClassName
{
background-color: #FAE0D3;
}
</style>
border-color css
<style>
span { border-color: #FAE0D3; }
span { border-color: rgb(250,224,211); }
td.TdClassName
{
border-color: #FAE0D3;
}
.TagClassName
{
border-color: #FAE0D3;
}
</style>