Shades of Provincial Pink #FBE2D8
Tints of Provincial Pink #FBE2D8
RGB
CMYK
RGB Variations
Color information
#FBE2D8 (or 0xFBE2D8) is known color: Provincial Pink. HEX triplet: FB, E2 and D8. RGB value is (251,226,216). Sum of RGB (Red+Green+Blue) = 251+226+216=693 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.22% from 693); Green value is 226 (88.67% from 255 or 32.61% from 693); Blue value is 216 (84.77% from 255 or 31.17% from 693); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE2D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBE2D8 is #041D27. Grayscale: #E8E8E8. Windows color (decimal): -269608 or 14213883. OLE color: 14213883.
HSL color Cylindrical-coordinate representation of color #FBE2D8: hue angle of 17.14º 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 #FBE2D8 is Cyan = 0, Magento = 0.10, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 226 | 216 | - |
| CMYK | 0 | 0.10 | 0.14 | 0.02 |
| HSL | 17.14º | 0.81% | 0.92% | - |
| HSV(B) | 17.14º | 0.14% | 0.98% | - |
| XYZ | 79.37 | 79.86 | 76.2 | - |
| YUV | 232.34 | 118.78 | 141.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 226 | 216 | 0 | 0.10 | 0.14 | 0.02 | 17.14 | 0.81 | 0.92 |
| Hex | FB | E2 | D8 | 0 | A | E | 2 | 11 | 51 | 5C |
| Octal | 373 | 342 | 330 | 0 | 12 | 16 | 2 | 21 | 121 | 134 |
| Binary | 11111011 | 11100010 | 11011000 | 0 | 1010 | 1110 | 10 | 10001 | 1010001 | 1011100 |
Color Harmonies of #FBE2D8
Complementary color
Monochromatic Colors of #FBE2D8
Black with #FBE2D8
Text Example
Text Example
White with #FBE2D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE2D8; }
p { color: rgb(251,226,216); }
H1.HeaderClassName
{
color: #FBE2D8;
}
.AnyTagClassName
{
color: #FBE2D8;
}
</style>
background-color css
<style>
a { background-color: #FBE2D8; }
a { background-color: rgb(251,226,216); }
div.DivClassName
{
background-color: #FBE2D8;
}
.BgClassName
{
background-color: #FBE2D8;
}
</style>
border-color css
<style>
span { border-color: #FBE2D8; }
span { border-color: rgb(251,226,216); }
td.TdClassName
{
border-color: #FBE2D8;
}
.TagClassName
{
border-color: #FBE2D8;
}
</style>