Shades of Bridesmaid #FBE2DB
Tints of Bridesmaid #FBE2DB
RGB
CMYK
RGB Variations
Color information
#FBE2DB (or 0xFBE2DB) is known color: Bridesmaid. HEX triplet: FB, E2 and DB. RGB value is (251,226,219). Sum of RGB (Red+Green+Blue) = 251+226+219=696 (92% of max value = 765). Red value is 251 (98.44% from 255 or 36.06% from 696); Green value is 226 (88.67% from 255 or 32.47% from 696); Blue value is 219 (85.94% from 255 or 31.47% from 696); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE2DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBE2DB is #041D24. Grayscale: #E8E8E8. Windows color (decimal): -269605 or 14410491. OLE color: 14410491.
HSL color Cylindrical-coordinate representation of color #FBE2DB: hue angle of 13.12º 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 #FBE2DB is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 226 | 219 | - |
CMYK | 0 | 0.10 | 0.13 | 0.02 |
HSL | 13.13º | 0.8% | 0.92% | - |
HSV(B) | 13.13º | 0.13% | 0.98% | - |
XYZ | 79.77 | 80.02 | 78.26 | - |
YUV | 232.68 | 120.28 | 141.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 226 | 219 | 0 | 0.10 | 0.13 | 0.02 | 13.13 | 0.8 | 0.92 |
Hex | FB | E2 | DB | 0 | A | D | 2 | D | 50 | 5C |
Octal | 373 | 342 | 333 | 0 | 12 | 15 | 2 | 15 | 120 | 134 |
Binary | 11111011 | 11100010 | 11011011 | 0 | 1010 | 1101 | 10 | 1101 | 1010000 | 1011100 |
Color Harmonies of #FBE2DB
Complementary color
Monochromatic Colors of #FBE2DB
Black with #FBE2DB
Text Example
Text Example
White with #FBE2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE2DB; }
p { color: rgb(251,226,219); }
H1.HeaderClassName
{
color: #FBE2DB;
}
.AnyTagClassName
{
color: #FBE2DB;
}
</style>
background-color css
<style>
a { background-color: #FBE2DB; }
a { background-color: rgb(251,226,219); }
div.DivClassName
{
background-color: #FBE2DB;
}
.BgClassName
{
background-color: #FBE2DB;
}
</style>
border-color css
<style>
span { border-color: #FBE2DB; }
span { border-color: rgb(251,226,219); }
td.TdClassName
{
border-color: #FBE2DB;
}
.TagClassName
{
border-color: #FBE2DB;
}
</style>