Shades of Provincial Pink #FBE5DB
Tints of Provincial Pink #FBE5DB
RGB
CMYK
RGB Variations
Color information
#FBE5DB (or 0xFBE5DB) is known color: Provincial Pink. HEX triplet: FB, E5 and DB. RGB value is (251,229,219). Sum of RGB (Red+Green+Blue) = 251+229+219=699 (92% of max value = 765). Red value is 251 (98.44% from 255 or 35.91% from 699); Green value is 229 (89.84% from 255 or 32.76% from 699); Blue value is 219 (85.94% from 255 or 31.33% from 699); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE5DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBE5DB is #041A24. Grayscale: #EAEAEA. Windows color (decimal): -268837 or 14411259. OLE color: 14411259.
HSL color Cylindrical-coordinate representation of color #FBE5DB: hue angle of 18.75º 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 #FBE5DB is Cyan = 0, Magento = 0.09, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 229 | 219 | - |
CMYK | 0 | 0.09 | 0.13 | 0.02 |
HSL | 18.75º | 0.8% | 0.92% | - |
HSV(B) | 18.75º | 0.13% | 0.98% | - |
XYZ | 80.59 | 81.66 | 78.53 | - |
YUV | 234.44 | 119.29 | 139.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 229 | 219 | 0 | 0.09 | 0.13 | 0.02 | 18.75 | 0.8 | 0.92 |
Hex | FB | E5 | DB | 0 | 9 | D | 2 | 13 | 50 | 5C |
Octal | 373 | 345 | 333 | 0 | 11 | 15 | 2 | 23 | 120 | 134 |
Binary | 11111011 | 11100101 | 11011011 | 0 | 1001 | 1101 | 10 | 10011 | 1010000 | 1011100 |
Color Harmonies of #FBE5DB
Complementary color
Monochromatic Colors of #FBE5DB
Black with #FBE5DB
Text Example
Text Example
White with #FBE5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE5DB; }
p { color: rgb(251,229,219); }
H1.HeaderClassName
{
color: #FBE5DB;
}
.AnyTagClassName
{
color: #FBE5DB;
}
</style>
background-color css
<style>
a { background-color: #FBE5DB; }
a { background-color: rgb(251,229,219); }
div.DivClassName
{
background-color: #FBE5DB;
}
.BgClassName
{
background-color: #FBE5DB;
}
</style>
border-color css
<style>
span { border-color: #FBE5DB; }
span { border-color: rgb(251,229,219); }
td.TdClassName
{
border-color: #FBE5DB;
}
.TagClassName
{
border-color: #FBE5DB;
}
</style>