Shades of Provincial Pink #FAE7DC
Tints of Provincial Pink #FAE7DC
RGB
CMYK
RGB Variations
Color information
#FAE7DC (or 0xFAE7DC) is known color: Provincial Pink. HEX triplet: FA, E7 and DC. RGB value is (250,231,220). Sum of RGB (Red+Green+Blue) = 250+231+220=701 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.66% from 701); Green value is 231 (90.62% from 255 or 32.95% from 701); Blue value is 220 (86.33% from 255 or 31.38% from 701); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE7DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAE7DC is #051823. Grayscale: #EBEBEB. Windows color (decimal): -333860 or 14477306. OLE color: 14477306.
HSL color Cylindrical-coordinate representation of color #FAE7DC: hue angle of 22º degrees, saturation: 0.75, 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 #FAE7DC is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 231 | 220 | - |
| CMYK | 0 | 0.08 | 0.12 | 0.02 |
| HSL | 22º | 0.75% | 0.92% | - |
| HSV(B) | 22º | 0.12% | 0.98% | - |
| XYZ | 80.92 | 82.64 | 79.4 | - |
| YUV | 235.43 | 119.29 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 231 | 220 | 0 | 0.08 | 0.12 | 0.02 | 22 | 0.75 | 0.92 |
| Hex | FA | E7 | DC | 0 | 8 | C | 2 | 16 | 4B | 5C |
| Octal | 372 | 347 | 334 | 0 | 10 | 14 | 2 | 26 | 113 | 134 |
| Binary | 11111010 | 11100111 | 11011100 | 0 | 1000 | 1100 | 10 | 10110 | 1001011 | 1011100 |
Color Harmonies of #FAE7DC
Complementary color
Monochromatic Colors of #FAE7DC
Black with #FAE7DC
Text Example
Text Example
White with #FAE7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE7DC; }
p { color: rgb(250,231,220); }
H1.HeaderClassName
{
color: #FAE7DC;
}
.AnyTagClassName
{
color: #FAE7DC;
}
</style>
background-color css
<style>
a { background-color: #FAE7DC; }
a { background-color: rgb(250,231,220); }
div.DivClassName
{
background-color: #FAE7DC;
}
.BgClassName
{
background-color: #FAE7DC;
}
</style>
border-color css
<style>
span { border-color: #FAE7DC; }
span { border-color: rgb(250,231,220); }
td.TdClassName
{
border-color: #FAE7DC;
}
.TagClassName
{
border-color: #FAE7DC;
}
</style>