Shades of Provincial Pink #FBE2D9
Tints of Provincial Pink #FBE2D9
RGB
CMYK
RGB Variations
Color information
#FBE2D9 (or 0xFBE2D9) is known color: Provincial Pink. HEX triplet: FB, E2 and D9. RGB value is (251,226,217). Sum of RGB (Red+Green+Blue) = 251+226+217=694 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.17% from 694); Green value is 226 (88.67% from 255 or 32.56% from 694); Blue value is 217 (85.16% from 255 or 31.27% from 694); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE2D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBE2D9 is #041D26. Grayscale: #E8E8E8. Windows color (decimal): -269607 or 14279419. OLE color: 14279419.
HSL color Cylindrical-coordinate representation of color #FBE2D9: hue angle of 15.88º degrees, saturation: 0.81, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FBE2D9 is Cyan = 0, Magento = 0.10, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 226 | 217 | - |
| CMYK | 0 | 0.10 | 0.14 | 0.02 |
| HSL | 15.88º | 0.81% | 0.92% | - |
| HSV(B) | 15.88º | 0.14% | 0.98% | - |
| XYZ | 79.5 | 79.91 | 76.88 | - |
| YUV | 232.45 | 119.28 | 141.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 226 | 217 | 0 | 0.10 | 0.14 | 0.02 | 15.88 | 0.81 | 0.92 |
| Hex | FB | E2 | D9 | 0 | A | E | 2 | 10 | 51 | 5C |
| Octal | 373 | 342 | 331 | 0 | 12 | 16 | 2 | 20 | 121 | 134 |
| Binary | 11111011 | 11100010 | 11011001 | 0 | 1010 | 1110 | 10 | 10000 | 1010001 | 1011100 |
Color Harmonies of #FBE2D9
Complementary color
Monochromatic Colors of #FBE2D9
Black with #FBE2D9
Text Example
Text Example
White with #FBE2D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE2D9; }
p { color: rgb(251,226,217); }
H1.HeaderClassName
{
color: #FBE2D9;
}
.AnyTagClassName
{
color: #FBE2D9;
}
</style>
background-color css
<style>
a { background-color: #FBE2D9; }
a { background-color: rgb(251,226,217); }
div.DivClassName
{
background-color: #FBE2D9;
}
.BgClassName
{
background-color: #FBE2D9;
}
</style>
border-color css
<style>
span { border-color: #FBE2D9; }
span { border-color: rgb(251,226,217); }
td.TdClassName
{
border-color: #FBE2D9;
}
.TagClassName
{
border-color: #FBE2D9;
}
</style>