Shades of Provincial Pink #FBE0D0
Tints of Provincial Pink #FBE0D0
RGB
CMYK
RGB Variations
Color information
#FBE0D0 (or 0xFBE0D0) is known color: Provincial Pink. HEX triplet: FB, E0 and D0. RGB value is (251,224,208). Sum of RGB (Red+Green+Blue) = 251+224+208=683 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.75% from 683); Green value is 224 (87.89% from 255 or 32.80% from 683); Blue value is 208 (81.64% from 255 or 30.45% from 683); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE0D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBE0D0 is #041F2F. Grayscale: #E6E6E6. Windows color (decimal): -270128 or 13689083. OLE color: 13689083.
HSL color Cylindrical-coordinate representation of color #FBE0D0: hue angle of 22.33º degrees, saturation: 0.84, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FBE0D0 is Cyan = 0, Magento = 0.11, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 224 | 208 | - |
| CMYK | 0 | 0.11 | 0.17 | 0.02 |
| HSL | 22.33º | 0.84% | 0.9% | - |
| HSV(B) | 22.33º | 0.17% | 0.98% | - |
| XYZ | 77.82 | 78.37 | 70.7 | - |
| YUV | 230.25 | 115.45 | 142.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 224 | 208 | 0 | 0.11 | 0.17 | 0.02 | 22.33 | 0.84 | 0.9 |
| Hex | FB | E0 | D0 | 0 | B | 11 | 2 | 16 | 54 | 5A |
| Octal | 373 | 340 | 320 | 0 | 13 | 21 | 2 | 26 | 124 | 132 |
| Binary | 11111011 | 11100000 | 11010000 | 0 | 1011 | 10001 | 10 | 10110 | 1010100 | 1011010 |
Color Harmonies of #FBE0D0
Complementary color
Monochromatic Colors of #FBE0D0
Black with #FBE0D0
Text Example
Text Example
White with #FBE0D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE0D0; }
p { color: rgb(251,224,208); }
H1.HeaderClassName
{
color: #FBE0D0;
}
.AnyTagClassName
{
color: #FBE0D0;
}
</style>
background-color css
<style>
a { background-color: #FBE0D0; }
a { background-color: rgb(251,224,208); }
div.DivClassName
{
background-color: #FBE0D0;
}
.BgClassName
{
background-color: #FBE0D0;
}
</style>
border-color css
<style>
span { border-color: #FBE0D0; }
span { border-color: rgb(251,224,208); }
td.TdClassName
{
border-color: #FBE0D0;
}
.TagClassName
{
border-color: #FBE0D0;
}
</style>