Shades of Bridesmaid #FBE4DB
Tints of Bridesmaid #FBE4DB
RGB
CMYK
RGB Variations
Color information
#FBE4DB (or 0xFBE4DB) is known color: Bridesmaid. HEX triplet: FB, E4 and DB. RGB value is (251,228,219). Sum of RGB (Red+Green+Blue) = 251+228+219=698 (92% of max value = 765). Red value is 251 (98.44% from 255 or 35.96% from 698); Green value is 228 (89.45% from 255 or 32.66% from 698); Blue value is 219 (85.94% from 255 or 31.38% from 698); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE4DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBE4DB is #041B24. Grayscale: #E9E9E9. Windows color (decimal): -269093 or 14411003. OLE color: 14411003.
HSL color Cylindrical-coordinate representation of color #FBE4DB: hue angle of 16.88º 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 #FBE4DB is Cyan = 0, Magento = 0.09, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 228 | 219 | - |
CMYK | 0 | 0.09 | 0.13 | 0.02 |
HSL | 16.88º | 0.8% | 0.92% | - |
HSV(B) | 16.88º | 0.13% | 0.98% | - |
XYZ | 80.31 | 81.11 | 78.44 | - |
YUV | 233.85 | 119.62 | 140.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 228 | 219 | 0 | 0.09 | 0.13 | 0.02 | 16.88 | 0.8 | 0.92 |
Hex | FB | E4 | DB | 0 | 9 | D | 2 | 11 | 50 | 5C |
Octal | 373 | 344 | 333 | 0 | 11 | 15 | 2 | 21 | 120 | 134 |
Binary | 11111011 | 11100100 | 11011011 | 0 | 1001 | 1101 | 10 | 10001 | 1010000 | 1011100 |
Color Harmonies of #FBE4DB
Complementary color
Monochromatic Colors of #FBE4DB
Black with #FBE4DB
Text Example
Text Example
White with #FBE4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE4DB; }
p { color: rgb(251,228,219); }
H1.HeaderClassName
{
color: #FBE4DB;
}
.AnyTagClassName
{
color: #FBE4DB;
}
</style>
background-color css
<style>
a { background-color: #FBE4DB; }
a { background-color: rgb(251,228,219); }
div.DivClassName
{
background-color: #FBE4DB;
}
.BgClassName
{
background-color: #FBE4DB;
}
</style>
border-color css
<style>
span { border-color: #FBE4DB; }
span { border-color: rgb(251,228,219); }
td.TdClassName
{
border-color: #FBE4DB;
}
.TagClassName
{
border-color: #FBE4DB;
}
</style>