Shades of Provincial Pink #FAE5D7
Tints of Provincial Pink #FAE5D7
RGB
CMYK
RGB Variations
Color information
#FAE5D7 (or 0xFAE5D7) is known color: Provincial Pink. HEX triplet: FA, E5 and D7. RGB value is (250,229,215). Sum of RGB (Red+Green+Blue) = 250+229+215=694 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.02% from 694); Green value is 229 (89.84% from 255 or 33.00% from 694); Blue value is 215 (84.38% from 255 or 30.98% from 694); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE5D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE5D7 is #051A28. Grayscale: #E9E9E9. Windows color (decimal): -334377 or 14149114. OLE color: 14149114.
HSL color Cylindrical-coordinate representation of color #FAE5D7: hue angle of 24º 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 #FAE5D7 is Cyan = 0, Magento = 0.08, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 229 | 215 | - |
| CMYK | 0 | 0.08 | 0.14 | 0.02 |
| HSL | 24º | 0.78% | 0.91% | - |
| HSV(B) | 24º | 0.14% | 0.98% | - |
| XYZ | 79.71 | 81.27 | 75.78 | - |
| YUV | 233.68 | 117.46 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 229 | 215 | 0 | 0.08 | 0.14 | 0.02 | 24 | 0.78 | 0.91 |
| Hex | FA | E5 | D7 | 0 | 8 | E | 2 | 18 | 4E | 5B |
| Octal | 372 | 345 | 327 | 0 | 10 | 16 | 2 | 30 | 116 | 133 |
| Binary | 11111010 | 11100101 | 11010111 | 0 | 1000 | 1110 | 10 | 11000 | 1001110 | 1011011 |
Color Harmonies of #FAE5D7
Complementary color
Monochromatic Colors of #FAE5D7
Black with #FAE5D7
Text Example
Text Example
White with #FAE5D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE5D7; }
p { color: rgb(250,229,215); }
H1.HeaderClassName
{
color: #FAE5D7;
}
.AnyTagClassName
{
color: #FAE5D7;
}
</style>
background-color css
<style>
a { background-color: #FAE5D7; }
a { background-color: rgb(250,229,215); }
div.DivClassName
{
background-color: #FAE5D7;
}
.BgClassName
{
background-color: #FAE5D7;
}
</style>
border-color css
<style>
span { border-color: #FAE5D7; }
span { border-color: rgb(250,229,215); }
td.TdClassName
{
border-color: #FAE5D7;
}
.TagClassName
{
border-color: #FAE5D7;
}
</style>