Shades of Provincial Pink #FBE7DB
Tints of Provincial Pink #FBE7DB
RGB
CMYK
RGB Variations
Color information
#FBE7DB (or 0xFBE7DB) is known color: Provincial Pink. HEX triplet: FB, E7 and DB. RGB value is (251,231,219). Sum of RGB (Red+Green+Blue) = 251+231+219=701 (92% of max value = 765). Red value is 251 (98.44% from 255 or 35.81% from 701); Green value is 231 (90.62% from 255 or 32.95% from 701); Blue value is 219 (85.94% from 255 or 31.24% from 701); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE7DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBE7DB is #041824. Grayscale: #EBEBEB. Windows color (decimal): -268325 or 14411771. OLE color: 14411771.
HSL color Cylindrical-coordinate representation of color #FBE7DB: hue angle of 22.5º degrees, saturation: 0.8, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FBE7DB is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 231 | 219 | - |
CMYK | 0 | 0.08 | 0.13 | 0.02 |
HSL | 22.5º | 0.8% | 0.92% | - |
HSV(B) | 22.5º | 0.13% | 0.98% | - |
XYZ | 81.15 | 82.78 | 78.72 | - |
YUV | 235.61 | 118.63 | 138.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 231 | 219 | 0 | 0.08 | 0.13 | 0.02 | 22.5 | 0.8 | 0.92 |
Hex | FB | E7 | DB | 0 | 8 | D | 2 | 16 | 50 | 5C |
Octal | 373 | 347 | 333 | 0 | 10 | 15 | 2 | 26 | 120 | 134 |
Binary | 11111011 | 11100111 | 11011011 | 0 | 1000 | 1101 | 10 | 10110 | 1010000 | 1011100 |
Color Harmonies of #FBE7DB
Complementary color
Monochromatic Colors of #FBE7DB
Black with #FBE7DB
Text Example
Text Example
White with #FBE7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE7DB; }
p { color: rgb(251,231,219); }
H1.HeaderClassName
{
color: #FBE7DB;
}
.AnyTagClassName
{
color: #FBE7DB;
}
</style>
background-color css
<style>
a { background-color: #FBE7DB; }
a { background-color: rgb(251,231,219); }
div.DivClassName
{
background-color: #FBE7DB;
}
.BgClassName
{
background-color: #FBE7DB;
}
</style>
border-color css
<style>
span { border-color: #FBE7DB; }
span { border-color: rgb(251,231,219); }
td.TdClassName
{
border-color: #FBE7DB;
}
.TagClassName
{
border-color: #FBE7DB;
}
</style>