Shades of Provincial Pink #FBE0D5
Tints of Provincial Pink #FBE0D5
RGB
CMYK
RGB Variations
Color information
#FBE0D5 (or 0xFBE0D5) is known color: Provincial Pink. HEX triplet: FB, E0 and D5. RGB value is (251,224,213). Sum of RGB (Red+Green+Blue) = 251+224+213=688 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.48% from 688); Green value is 224 (87.89% from 255 or 32.56% from 688); Blue value is 213 (83.59% from 255 or 30.96% from 688); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE0D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBE0D5 is #041F2A. Grayscale: #E6E6E6. Windows color (decimal): -270123 or 14016763. OLE color: 14016763.
HSL color Cylindrical-coordinate representation of color #FBE0D5: hue angle of 17.37º degrees, saturation: 0.83, 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 #FBE0D5 is Cyan = 0, Magento = 0.11, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 224 | 213 | - |
| CMYK | 0 | 0.11 | 0.15 | 0.02 |
| HSL | 17.37º | 0.83% | 0.91% | - |
| HSV(B) | 17.37º | 0.15% | 0.98% | - |
| XYZ | 78.45 | 78.62 | 73.99 | - |
| YUV | 230.82 | 117.95 | 142.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 224 | 213 | 0 | 0.11 | 0.15 | 0.02 | 17.37 | 0.83 | 0.91 |
| Hex | FB | E0 | D5 | 0 | B | F | 2 | 11 | 53 | 5B |
| Octal | 373 | 340 | 325 | 0 | 13 | 17 | 2 | 21 | 123 | 133 |
| Binary | 11111011 | 11100000 | 11010101 | 0 | 1011 | 1111 | 10 | 10001 | 1010011 | 1011011 |
Color Harmonies of #FBE0D5
Complementary color
Monochromatic Colors of #FBE0D5
Black with #FBE0D5
Text Example
Text Example
White with #FBE0D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE0D5; }
p { color: rgb(251,224,213); }
H1.HeaderClassName
{
color: #FBE0D5;
}
.AnyTagClassName
{
color: #FBE0D5;
}
</style>
background-color css
<style>
a { background-color: #FBE0D5; }
a { background-color: rgb(251,224,213); }
div.DivClassName
{
background-color: #FBE0D5;
}
.BgClassName
{
background-color: #FBE0D5;
}
</style>
border-color css
<style>
span { border-color: #FBE0D5; }
span { border-color: rgb(251,224,213); }
td.TdClassName
{
border-color: #FBE0D5;
}
.TagClassName
{
border-color: #FBE0D5;
}
</style>