Shades of Provincial Pink #FBE2D7
Tints of Provincial Pink #FBE2D7
RGB
CMYK
RGB Variations
Color information
#FBE2D7 (or 0xFBE2D7) is known color: Provincial Pink. HEX triplet: FB, E2 and D7. RGB value is (251,226,215). Sum of RGB (Red+Green+Blue) = 251+226+215=692 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.27% from 692); Green value is 226 (88.67% from 255 or 32.66% from 692); Blue value is 215 (84.38% from 255 or 31.07% from 692); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE2D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBE2D7 is #041D28. Grayscale: #E8E8E8. Windows color (decimal): -269609 or 14148347. OLE color: 14148347.
HSL color Cylindrical-coordinate representation of color #FBE2D7: hue angle of 18.33º degrees, saturation: 0.82, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FBE2D7 is Cyan = 0, Magento = 0.10, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 226 | 215 | - |
| CMYK | 0 | 0.10 | 0.14 | 0.02 |
| HSL | 18.33º | 0.82% | 0.91% | - |
| HSV(B) | 18.33º | 0.14% | 0.98% | - |
| XYZ | 79.25 | 79.81 | 75.52 | - |
| YUV | 232.22 | 118.28 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 226 | 215 | 0 | 0.10 | 0.14 | 0.02 | 18.33 | 0.82 | 0.91 |
| Hex | FB | E2 | D7 | 0 | A | E | 2 | 12 | 52 | 5B |
| Octal | 373 | 342 | 327 | 0 | 12 | 16 | 2 | 22 | 122 | 133 |
| Binary | 11111011 | 11100010 | 11010111 | 0 | 1010 | 1110 | 10 | 10010 | 1010010 | 1011011 |
Color Harmonies of #FBE2D7
Complementary color
Monochromatic Colors of #FBE2D7
Black with #FBE2D7
Text Example
Text Example
White with #FBE2D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE2D7; }
p { color: rgb(251,226,215); }
H1.HeaderClassName
{
color: #FBE2D7;
}
.AnyTagClassName
{
color: #FBE2D7;
}
</style>
background-color css
<style>
a { background-color: #FBE2D7; }
a { background-color: rgb(251,226,215); }
div.DivClassName
{
background-color: #FBE2D7;
}
.BgClassName
{
background-color: #FBE2D7;
}
</style>
border-color css
<style>
span { border-color: #FBE2D7; }
span { border-color: rgb(251,226,215); }
td.TdClassName
{
border-color: #FBE2D7;
}
.TagClassName
{
border-color: #FBE2D7;
}
</style>