Shades of Provincial Pink #FBE1D0
Tints of Provincial Pink #FBE1D0
RGB
CMYK
RGB Variations
Color information
#FBE1D0 (or 0xFBE1D0) is known color: Provincial Pink. HEX triplet: FB, E1 and D0. RGB value is (251,225,208). Sum of RGB (Red+Green+Blue) = 251+225+208=684 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.70% from 684); Green value is 225 (88.28% from 255 or 32.89% from 684); Blue value is 208 (81.64% from 255 or 30.41% from 684); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE1D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBE1D0 is #041E2F. Grayscale: #E6E6E6. Windows color (decimal): -269872 or 13689339. OLE color: 13689339.
HSL color Cylindrical-coordinate representation of color #FBE1D0: hue angle of 23.72º 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 #FBE1D0 is Cyan = 0, Magento = 0.10, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 225 | 208 | - |
| CMYK | 0 | 0.10 | 0.17 | 0.02 |
| HSL | 23.72º | 0.84% | 0.9% | - |
| HSV(B) | 23.72º | 0.17% | 0.98% | - |
| XYZ | 78.09 | 78.91 | 70.79 | - |
| YUV | 230.84 | 115.11 | 142.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 225 | 208 | 0 | 0.10 | 0.17 | 0.02 | 23.72 | 0.84 | 0.9 |
| Hex | FB | E1 | D0 | 0 | A | 11 | 2 | 18 | 54 | 5A |
| Octal | 373 | 341 | 320 | 0 | 12 | 21 | 2 | 30 | 124 | 132 |
| Binary | 11111011 | 11100001 | 11010000 | 0 | 1010 | 10001 | 10 | 11000 | 1010100 | 1011010 |
Color Harmonies of #FBE1D0
Complementary color
Monochromatic Colors of #FBE1D0
Black with #FBE1D0
Text Example
Text Example
White with #FBE1D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE1D0; }
p { color: rgb(251,225,208); }
H1.HeaderClassName
{
color: #FBE1D0;
}
.AnyTagClassName
{
color: #FBE1D0;
}
</style>
background-color css
<style>
a { background-color: #FBE1D0; }
a { background-color: rgb(251,225,208); }
div.DivClassName
{
background-color: #FBE1D0;
}
.BgClassName
{
background-color: #FBE1D0;
}
</style>
border-color css
<style>
span { border-color: #FBE1D0; }
span { border-color: rgb(251,225,208); }
td.TdClassName
{
border-color: #FBE1D0;
}
.TagClassName
{
border-color: #FBE1D0;
}
</style>