Shades of Provincial Pink #FAE0D6
Tints of Provincial Pink #FAE0D6
RGB
CMYK
RGB Variations
Color information
#FAE0D6 (or 0xFAE0D6) is known color: Provincial Pink. HEX triplet: FA, E0 and D6. RGB value is (250,224,214). Sum of RGB (Red+Green+Blue) = 250+224+214=688 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.34% from 688); Green value is 224 (87.89% from 255 or 32.56% from 688); Blue value is 214 (83.98% from 255 or 31.10% from 688); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE0D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE0D6 is #051F29. Grayscale: #E6E6E6. Windows color (decimal): -335658 or 14082298. OLE color: 14082298.
HSL color Cylindrical-coordinate representation of color #FAE0D6: hue angle of 16.67º degrees, saturation: 0.78, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FAE0D6 is Cyan = 0, Magento = 0.10, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 224 | 214 | - |
| CMYK | 0 | 0.10 | 0.14 | 0.02 |
| HSL | 16.67º | 0.78% | 0.91% | - |
| HSV(B) | 16.67º | 0.14% | 0.98% | - |
| XYZ | 78.22 | 78.49 | 74.65 | - |
| YUV | 230.63 | 118.61 | 141.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 224 | 214 | 0 | 0.10 | 0.14 | 0.02 | 16.67 | 0.78 | 0.91 |
| Hex | FA | E0 | D6 | 0 | A | E | 2 | 11 | 4E | 5B |
| Octal | 372 | 340 | 326 | 0 | 12 | 16 | 2 | 21 | 116 | 133 |
| Binary | 11111010 | 11100000 | 11010110 | 0 | 1010 | 1110 | 10 | 10001 | 1001110 | 1011011 |
Color Harmonies of #FAE0D6
Complementary color
Monochromatic Colors of #FAE0D6
Black with #FAE0D6
Text Example
Text Example
White with #FAE0D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE0D6; }
p { color: rgb(250,224,214); }
H1.HeaderClassName
{
color: #FAE0D6;
}
.AnyTagClassName
{
color: #FAE0D6;
}
</style>
background-color css
<style>
a { background-color: #FAE0D6; }
a { background-color: rgb(250,224,214); }
div.DivClassName
{
background-color: #FAE0D6;
}
.BgClassName
{
background-color: #FAE0D6;
}
</style>
border-color css
<style>
span { border-color: #FAE0D6; }
span { border-color: rgb(250,224,214); }
td.TdClassName
{
border-color: #FAE0D6;
}
.TagClassName
{
border-color: #FAE0D6;
}
</style>