Shades of Provincial Pink #FAE4DB
Tints of Provincial Pink #FAE4DB
RGB
CMYK
RGB Variations
Color information
#FAE4DB (or 0xFAE4DB) is known color: Provincial Pink. HEX triplet: FA, E4 and DB. RGB value is (250,228,219). Sum of RGB (Red+Green+Blue) = 250+228+219=697 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.87% from 697); Green value is 228 (89.45% from 255 or 32.71% from 697); Blue value is 219 (85.94% from 255 or 31.42% from 697); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE4DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE4DB is #051B24. Grayscale: #E9E9E9. Windows color (decimal): -334629 or 14411002. OLE color: 14411002.
HSL color Cylindrical-coordinate representation of color #FAE4DB: hue angle of 17.42º degrees, saturation: 0.76, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FAE4DB is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 228 | 219 | - |
| CMYK | 0 | 0.09 | 0.12 | 0.02 |
| HSL | 17.42º | 0.76% | 0.92% | - |
| HSV(B) | 17.42º | 0.12% | 0.98% | - |
| XYZ | 79.95 | 80.93 | 78.42 | - |
| YUV | 233.55 | 119.79 | 139.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 228 | 219 | 0 | 0.09 | 0.12 | 0.02 | 17.42 | 0.76 | 0.92 |
| Hex | FA | E4 | DB | 0 | 9 | C | 2 | 11 | 4C | 5C |
| Octal | 372 | 344 | 333 | 0 | 11 | 14 | 2 | 21 | 114 | 134 |
| Binary | 11111010 | 11100100 | 11011011 | 0 | 1001 | 1100 | 10 | 10001 | 1001100 | 1011100 |
Color Harmonies of #FAE4DB
Complementary color
Monochromatic Colors of #FAE4DB
Black with #FAE4DB
Text Example
Text Example
White with #FAE4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE4DB; }
p { color: rgb(250,228,219); }
H1.HeaderClassName
{
color: #FAE4DB;
}
.AnyTagClassName
{
color: #FAE4DB;
}
</style>
background-color css
<style>
a { background-color: #FAE4DB; }
a { background-color: rgb(250,228,219); }
div.DivClassName
{
background-color: #FAE4DB;
}
.BgClassName
{
background-color: #FAE4DB;
}
</style>
border-color css
<style>
span { border-color: #FAE4DB; }
span { border-color: rgb(250,228,219); }
td.TdClassName
{
border-color: #FAE4DB;
}
.TagClassName
{
border-color: #FAE4DB;
}
</style>