Shades of Provincial Pink #FBE1D5
Tints of Provincial Pink #FBE1D5
RGB
CMYK
RGB Variations
Color information
#FBE1D5 (or 0xFBE1D5) is known color: Provincial Pink. HEX triplet: FB, E1 and D5. RGB value is (251,225,213). Sum of RGB (Red+Green+Blue) = 251+225+213=689 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.43% from 689); Green value is 225 (88.28% from 255 or 32.66% from 689); Blue value is 213 (83.59% from 255 or 30.91% from 689); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE1D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBE1D5 is #041E2A. Grayscale: #E7E7E7. Windows color (decimal): -269867 or 14017019. OLE color: 14017019.
HSL color Cylindrical-coordinate representation of color #FBE1D5: hue angle of 18.95º degrees, saturation: 0.83, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FBE1D5 is Cyan = 0, Magento = 0.10, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 225 | 213 | - |
| CMYK | 0 | 0.10 | 0.15 | 0.02 |
| HSL | 18.95º | 0.83% | 0.91% | - |
| HSV(B) | 18.95º | 0.15% | 0.98% | - |
| XYZ | 78.72 | 79.16 | 74.08 | - |
| YUV | 231.41 | 117.61 | 141.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 225 | 213 | 0 | 0.10 | 0.15 | 0.02 | 18.95 | 0.83 | 0.91 |
| Hex | FB | E1 | D5 | 0 | A | F | 2 | 13 | 53 | 5B |
| Octal | 373 | 341 | 325 | 0 | 12 | 17 | 2 | 23 | 123 | 133 |
| Binary | 11111011 | 11100001 | 11010101 | 0 | 1010 | 1111 | 10 | 10011 | 1010011 | 1011011 |
Color Harmonies of #FBE1D5
Complementary color
Monochromatic Colors of #FBE1D5
Black with #FBE1D5
Text Example
Text Example
White with #FBE1D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE1D5; }
p { color: rgb(251,225,213); }
H1.HeaderClassName
{
color: #FBE1D5;
}
.AnyTagClassName
{
color: #FBE1D5;
}
</style>
background-color css
<style>
a { background-color: #FBE1D5; }
a { background-color: rgb(251,225,213); }
div.DivClassName
{
background-color: #FBE1D5;
}
.BgClassName
{
background-color: #FBE1D5;
}
</style>
border-color css
<style>
span { border-color: #FBE1D5; }
span { border-color: rgb(251,225,213); }
td.TdClassName
{
border-color: #FBE1D5;
}
.TagClassName
{
border-color: #FBE1D5;
}
</style>