Shades of Provincial Pink #FBE0D1
Tints of Provincial Pink #FBE0D1
RGB
CMYK
RGB Variations
Color information
#FBE0D1 (or 0xFBE0D1) is known color: Provincial Pink. HEX triplet: FB, E0 and D1. RGB value is (251,224,209). Sum of RGB (Red+Green+Blue) = 251+224+209=684 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.70% from 684); Green value is 224 (87.89% from 255 or 32.75% from 684); Blue value is 209 (82.03% from 255 or 30.56% from 684); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE0D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBE0D1 is #041F2E. Grayscale: #E6E6E6. Windows color (decimal): -270127 or 13754619. OLE color: 13754619.
HSL color Cylindrical-coordinate representation of color #FBE0D1: hue angle of 21.43º 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 #FBE0D1 is Cyan = 0, Magento = 0.11, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 224 | 209 | - |
| CMYK | 0 | 0.11 | 0.17 | 0.02 |
| HSL | 21.43º | 0.84% | 0.9% | - |
| HSV(B) | 21.43º | 0.17% | 0.98% | - |
| XYZ | 77.95 | 78.42 | 71.35 | - |
| YUV | 230.36 | 115.95 | 142.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 224 | 209 | 0 | 0.11 | 0.17 | 0.02 | 21.43 | 0.84 | 0.9 |
| Hex | FB | E0 | D1 | 0 | B | 11 | 2 | 15 | 54 | 5A |
| Octal | 373 | 340 | 321 | 0 | 13 | 21 | 2 | 25 | 124 | 132 |
| Binary | 11111011 | 11100000 | 11010001 | 0 | 1011 | 10001 | 10 | 10101 | 1010100 | 1011010 |
Color Harmonies of #FBE0D1
Complementary color
Monochromatic Colors of #FBE0D1
Black with #FBE0D1
Text Example
Text Example
White with #FBE0D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE0D1; }
p { color: rgb(251,224,209); }
H1.HeaderClassName
{
color: #FBE0D1;
}
.AnyTagClassName
{
color: #FBE0D1;
}
</style>
background-color css
<style>
a { background-color: #FBE0D1; }
a { background-color: rgb(251,224,209); }
div.DivClassName
{
background-color: #FBE0D1;
}
.BgClassName
{
background-color: #FBE0D1;
}
</style>
border-color css
<style>
span { border-color: #FBE0D1; }
span { border-color: rgb(251,224,209); }
td.TdClassName
{
border-color: #FBE0D1;
}
.TagClassName
{
border-color: #FBE0D1;
}
</style>