Shades of Provincial Pink #FAE5DB
Tints of Provincial Pink #FAE5DB
RGB
CMYK
RGB Variations
Color information
#FAE5DB (or 0xFAE5DB) is known color: Provincial Pink. HEX triplet: FA, E5 and DB. RGB value is (250,229,219). Sum of RGB (Red+Green+Blue) = 250+229+219=698 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.82% from 698); Green value is 229 (89.84% from 255 or 32.81% from 698); Blue value is 219 (85.94% from 255 or 31.38% from 698); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE5DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE5DB is #051A24. Grayscale: #EAEAEA. Windows color (decimal): -334373 or 14411258. OLE color: 14411258.
HSL color Cylindrical-coordinate representation of color #FAE5DB: hue angle of 19.35º 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 #FAE5DB is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 229 | 219 | - |
| CMYK | 0 | 0.08 | 0.12 | 0.02 |
| HSL | 19.35º | 0.76% | 0.92% | - |
| HSV(B) | 19.35º | 0.12% | 0.98% | - |
| XYZ | 80.23 | 81.48 | 78.52 | - |
| YUV | 234.14 | 119.46 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 229 | 219 | 0 | 0.08 | 0.12 | 0.02 | 19.35 | 0.76 | 0.92 |
| Hex | FA | E5 | DB | 0 | 8 | C | 2 | 13 | 4C | 5C |
| Octal | 372 | 345 | 333 | 0 | 10 | 14 | 2 | 23 | 114 | 134 |
| Binary | 11111010 | 11100101 | 11011011 | 0 | 1000 | 1100 | 10 | 10011 | 1001100 | 1011100 |
Color Harmonies of #FAE5DB
Complementary color
Monochromatic Colors of #FAE5DB
Black with #FAE5DB
Text Example
Text Example
White with #FAE5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE5DB; }
p { color: rgb(250,229,219); }
H1.HeaderClassName
{
color: #FAE5DB;
}
.AnyTagClassName
{
color: #FAE5DB;
}
</style>
background-color css
<style>
a { background-color: #FAE5DB; }
a { background-color: rgb(250,229,219); }
div.DivClassName
{
background-color: #FAE5DB;
}
.BgClassName
{
background-color: #FAE5DB;
}
</style>
border-color css
<style>
span { border-color: #FAE5DB; }
span { border-color: rgb(250,229,219); }
td.TdClassName
{
border-color: #FAE5DB;
}
.TagClassName
{
border-color: #FAE5DB;
}
</style>