Shades of Provincial Pink #FAE2D6
Tints of Provincial Pink #FAE2D6
RGB
CMYK
RGB Variations
Color information
#FAE2D6 (or 0xFAE2D6) is known color: Provincial Pink. HEX triplet: FA, E2 and D6. RGB value is (250,226,214). Sum of RGB (Red+Green+Blue) = 250+226+214=690 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.23% from 690); Green value is 226 (88.67% from 255 or 32.75% from 690); Blue value is 214 (83.98% from 255 or 31.01% from 690); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE2D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE2D6 is #051D29. Grayscale: #E7E7E7. Windows color (decimal): -335146 or 14082810. OLE color: 14082810.
HSL color Cylindrical-coordinate representation of color #FAE2D6: hue angle of 20º 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 #FAE2D6 is Cyan = 0, Magento = 0.10, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 226 | 214 | - |
| CMYK | 0 | 0.10 | 0.14 | 0.02 |
| HSL | 20º | 0.78% | 0.91% | - |
| HSV(B) | 20º | 0.14% | 0.98% | - |
| XYZ | 78.76 | 79.57 | 74.83 | - |
| YUV | 231.81 | 117.95 | 140.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 226 | 214 | 0 | 0.10 | 0.14 | 0.02 | 20 | 0.78 | 0.91 |
| Hex | FA | E2 | D6 | 0 | A | E | 2 | 14 | 4E | 5B |
| Octal | 372 | 342 | 326 | 0 | 12 | 16 | 2 | 24 | 116 | 133 |
| Binary | 11111010 | 11100010 | 11010110 | 0 | 1010 | 1110 | 10 | 10100 | 1001110 | 1011011 |
Color Harmonies of #FAE2D6
Complementary color
Monochromatic Colors of #FAE2D6
Black with #FAE2D6
Text Example
Text Example
White with #FAE2D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE2D6; }
p { color: rgb(250,226,214); }
H1.HeaderClassName
{
color: #FAE2D6;
}
.AnyTagClassName
{
color: #FAE2D6;
}
</style>
background-color css
<style>
a { background-color: #FAE2D6; }
a { background-color: rgb(250,226,214); }
div.DivClassName
{
background-color: #FAE2D6;
}
.BgClassName
{
background-color: #FAE2D6;
}
</style>
border-color css
<style>
span { border-color: #FAE2D6; }
span { border-color: rgb(250,226,214); }
td.TdClassName
{
border-color: #FAE2D6;
}
.TagClassName
{
border-color: #FAE2D6;
}
</style>