Shades of Provincial Pink #FBE2D5
Tints of Provincial Pink #FBE2D5
RGB
CMYK
RGB Variations
Color information
#FBE2D5 (or 0xFBE2D5) is known color: Provincial Pink. HEX triplet: FB, E2 and D5. RGB value is (251,226,213). Sum of RGB (Red+Green+Blue) = 251+226+213=690 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.38% from 690); Green value is 226 (88.67% from 255 or 32.75% from 690); Blue value is 213 (83.59% from 255 or 30.87% from 690); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE2D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBE2D5 is #041D2A. Grayscale: #E8E8E8. Windows color (decimal): -269611 or 14017275. OLE color: 14017275.
HSL color Cylindrical-coordinate representation of color #FBE2D5: hue angle of 20.53º 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 #FBE2D5 is Cyan = 0, Magento = 0.10, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 226 | 213 | - |
| CMYK | 0 | 0.10 | 0.15 | 0.02 |
| HSL | 20.53º | 0.83% | 0.91% | - |
| HSV(B) | 20.53º | 0.15% | 0.98% | - |
| XYZ | 78.99 | 79.71 | 74.17 | - |
| YUV | 231.99 | 117.28 | 141.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 226 | 213 | 0 | 0.10 | 0.15 | 0.02 | 20.53 | 0.83 | 0.91 |
| Hex | FB | E2 | D5 | 0 | A | F | 2 | 15 | 53 | 5B |
| Octal | 373 | 342 | 325 | 0 | 12 | 17 | 2 | 25 | 123 | 133 |
| Binary | 11111011 | 11100010 | 11010101 | 0 | 1010 | 1111 | 10 | 10101 | 1010011 | 1011011 |
Color Harmonies of #FBE2D5
Complementary color
Monochromatic Colors of #FBE2D5
Black with #FBE2D5
Text Example
Text Example
White with #FBE2D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE2D5; }
p { color: rgb(251,226,213); }
H1.HeaderClassName
{
color: #FBE2D5;
}
.AnyTagClassName
{
color: #FBE2D5;
}
</style>
background-color css
<style>
a { background-color: #FBE2D5; }
a { background-color: rgb(251,226,213); }
div.DivClassName
{
background-color: #FBE2D5;
}
.BgClassName
{
background-color: #FBE2D5;
}
</style>
border-color css
<style>
span { border-color: #FBE2D5; }
span { border-color: rgb(251,226,213); }
td.TdClassName
{
border-color: #FBE2D5;
}
.TagClassName
{
border-color: #FBE2D5;
}
</style>