Shades of Provincial Pink #FBE1D1
Tints of Provincial Pink #FBE1D1
RGB
CMYK
RGB Variations
Color information
#FBE1D1 (or 0xFBE1D1) is known color: Provincial Pink. HEX triplet: FB, E1 and D1. RGB value is (251,225,209). Sum of RGB (Red+Green+Blue) = 251+225+209=685 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.64% from 685); Green value is 225 (88.28% from 255 or 32.85% from 685); Blue value is 209 (82.03% from 255 or 30.51% from 685); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE1D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBE1D1 is #041E2E. Grayscale: #E7E7E7. Windows color (decimal): -269871 or 13754875. OLE color: 13754875.
HSL color Cylindrical-coordinate representation of color #FBE1D1: hue angle of 22.86º degrees, saturation: 0.84, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FBE1D1 is Cyan = 0, Magento = 0.10, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 225 | 209 | - |
| CMYK | 0 | 0.10 | 0.17 | 0.02 |
| HSL | 22.86º | 0.84% | 0.9% | - |
| HSV(B) | 22.86º | 0.17% | 0.98% | - |
| XYZ | 78.22 | 78.96 | 71.44 | - |
| YUV | 230.95 | 115.61 | 142.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 225 | 209 | 0 | 0.10 | 0.17 | 0.02 | 22.86 | 0.84 | 0.9 |
| Hex | FB | E1 | D1 | 0 | A | 11 | 2 | 17 | 54 | 5A |
| Octal | 373 | 341 | 321 | 0 | 12 | 21 | 2 | 27 | 124 | 132 |
| Binary | 11111011 | 11100001 | 11010001 | 0 | 1010 | 10001 | 10 | 10111 | 1010100 | 1011010 |
Color Harmonies of #FBE1D1
Complementary color
Monochromatic Colors of #FBE1D1
Black with #FBE1D1
Text Example
Text Example
White with #FBE1D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE1D1; }
p { color: rgb(251,225,209); }
H1.HeaderClassName
{
color: #FBE1D1;
}
.AnyTagClassName
{
color: #FBE1D1;
}
</style>
background-color css
<style>
a { background-color: #FBE1D1; }
a { background-color: rgb(251,225,209); }
div.DivClassName
{
background-color: #FBE1D1;
}
.BgClassName
{
background-color: #FBE1D1;
}
</style>
border-color css
<style>
span { border-color: #FBE1D1; }
span { border-color: rgb(251,225,209); }
td.TdClassName
{
border-color: #FBE1D1;
}
.TagClassName
{
border-color: #FBE1D1;
}
</style>