Shades of Provincial Pink #FBE3D4
Tints of Provincial Pink #FBE3D4
RGB
CMYK
RGB Variations
Color information
#FBE3D4 (or 0xFBE3D4) is known color: Provincial Pink. HEX triplet: FB, E3 and D4. RGB value is (251,227,212). Sum of RGB (Red+Green+Blue) = 251+227+212=690 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.38% from 690); Green value is 227 (89.06% from 255 or 32.90% from 690); Blue value is 212 (83.20% from 255 or 30.72% from 690); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE3D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBE3D4 is #041C2B. Grayscale: #E8E8E8. Windows color (decimal): -269356 or 13951995. OLE color: 13951995.
HSL color Cylindrical-coordinate representation of color #FBE3D4: hue angle of 23.08º degrees, saturation: 0.83, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FBE3D4 is Cyan = 0, Magento = 0.10, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 227 | 212 | - |
| CMYK | 0 | 0.10 | 0.16 | 0.02 |
| HSL | 23.08º | 0.83% | 0.91% | - |
| HSV(B) | 23.08º | 0.16% | 0.98% | - |
| XYZ | 79.14 | 80.2 | 73.6 | - |
| YUV | 232.47 | 116.45 | 141.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 227 | 212 | 0 | 0.10 | 0.16 | 0.02 | 23.08 | 0.83 | 0.91 |
| Hex | FB | E3 | D4 | 0 | A | 10 | 2 | 17 | 53 | 5B |
| Octal | 373 | 343 | 324 | 0 | 12 | 20 | 2 | 27 | 123 | 133 |
| Binary | 11111011 | 11100011 | 11010100 | 0 | 1010 | 10000 | 10 | 10111 | 1010011 | 1011011 |
Color Harmonies of #FBE3D4
Complementary color
Monochromatic Colors of #FBE3D4
Black with #FBE3D4
Text Example
Text Example
White with #FBE3D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE3D4; }
p { color: rgb(251,227,212); }
H1.HeaderClassName
{
color: #FBE3D4;
}
.AnyTagClassName
{
color: #FBE3D4;
}
</style>
background-color css
<style>
a { background-color: #FBE3D4; }
a { background-color: rgb(251,227,212); }
div.DivClassName
{
background-color: #FBE3D4;
}
.BgClassName
{
background-color: #FBE3D4;
}
</style>
border-color css
<style>
span { border-color: #FBE3D4; }
span { border-color: rgb(251,227,212); }
td.TdClassName
{
border-color: #FBE3D4;
}
.TagClassName
{
border-color: #FBE3D4;
}
</style>