Shades of Provincial Pink #FBE2D6
Tints of Provincial Pink #FBE2D6
RGB
CMYK
RGB Variations
Color information
#FBE2D6 (or 0xFBE2D6) is known color: Provincial Pink. HEX triplet: FB, E2 and D6. RGB value is (251,226,214). Sum of RGB (Red+Green+Blue) = 251+226+214=691 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.32% from 691); Green value is 226 (88.67% from 255 or 32.71% from 691); Blue value is 214 (83.98% from 255 or 30.97% from 691); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE2D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBE2D6 is #041D29. Grayscale: #E8E8E8. Windows color (decimal): -269610 or 14082811. OLE color: 14082811.
HSL color Cylindrical-coordinate representation of color #FBE2D6: hue angle of 19.46º degrees, saturation: 0.82, 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 #FBE2D6 is Cyan = 0, Magento = 0.10, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 226 | 214 | - |
| CMYK | 0 | 0.10 | 0.15 | 0.02 |
| HSL | 19.46º | 0.82% | 0.91% | - |
| HSV(B) | 19.46º | 0.15% | 0.98% | - |
| XYZ | 79.12 | 79.76 | 74.84 | - |
| YUV | 232.11 | 117.78 | 141.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 226 | 214 | 0 | 0.10 | 0.15 | 0.02 | 19.46 | 0.82 | 0.91 |
| Hex | FB | E2 | D6 | 0 | A | F | 2 | 13 | 52 | 5B |
| Octal | 373 | 342 | 326 | 0 | 12 | 17 | 2 | 23 | 122 | 133 |
| Binary | 11111011 | 11100010 | 11010110 | 0 | 1010 | 1111 | 10 | 10011 | 1010010 | 1011011 |
Color Harmonies of #FBE2D6
Complementary color
Monochromatic Colors of #FBE2D6
Black with #FBE2D6
Text Example
Text Example
White with #FBE2D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE2D6; }
p { color: rgb(251,226,214); }
H1.HeaderClassName
{
color: #FBE2D6;
}
.AnyTagClassName
{
color: #FBE2D6;
}
</style>
background-color css
<style>
a { background-color: #FBE2D6; }
a { background-color: rgb(251,226,214); }
div.DivClassName
{
background-color: #FBE2D6;
}
.BgClassName
{
background-color: #FBE2D6;
}
</style>
border-color css
<style>
span { border-color: #FBE2D6; }
span { border-color: rgb(251,226,214); }
td.TdClassName
{
border-color: #FBE2D6;
}
.TagClassName
{
border-color: #FBE2D6;
}
</style>