Shades of Bridesmaid #FBE3DB
Tints of Bridesmaid #FBE3DB
RGB
CMYK
RGB Variations
Color information
#FBE3DB (or 0xFBE3DB) is known color: Bridesmaid. HEX triplet: FB, E3 and DB. RGB value is (251,227,219). Sum of RGB (Red+Green+Blue) = 251+227+219=697 (92% of max value = 765). Red value is 251 (98.44% from 255 or 36.01% from 697); Green value is 227 (89.06% from 255 or 32.57% from 697); Blue value is 219 (85.94% from 255 or 31.42% from 697); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE3DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBE3DB is #041C24. Grayscale: #E9E9E9. Windows color (decimal): -269349 or 14410747. OLE color: 14410747.
HSL color Cylindrical-coordinate representation of color #FBE3DB: hue angle of 15º 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 #FBE3DB is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 227 | 219 | - |
CMYK | 0 | 0.10 | 0.13 | 0.02 |
HSL | 15º | 0.8% | 0.92% | - |
HSV(B) | 15º | 0.13% | 0.98% | - |
XYZ | 80.04 | 80.56 | 78.35 | - |
YUV | 233.26 | 119.95 | 140.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 227 | 219 | 0 | 0.10 | 0.13 | 0.02 | 15 | 0.8 | 0.92 |
Hex | FB | E3 | DB | 0 | A | D | 2 | F | 50 | 5C |
Octal | 373 | 343 | 333 | 0 | 12 | 15 | 2 | 17 | 120 | 134 |
Binary | 11111011 | 11100011 | 11011011 | 0 | 1010 | 1101 | 10 | 1111 | 1010000 | 1011100 |
Color Harmonies of #FBE3DB
Complementary color
Monochromatic Colors of #FBE3DB
Black with #FBE3DB
Text Example
Text Example
White with #FBE3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE3DB; }
p { color: rgb(251,227,219); }
H1.HeaderClassName
{
color: #FBE3DB;
}
.AnyTagClassName
{
color: #FBE3DB;
}
</style>
background-color css
<style>
a { background-color: #FBE3DB; }
a { background-color: rgb(251,227,219); }
div.DivClassName
{
background-color: #FBE3DB;
}
.BgClassName
{
background-color: #FBE3DB;
}
</style>
border-color css
<style>
span { border-color: #FBE3DB; }
span { border-color: rgb(251,227,219); }
td.TdClassName
{
border-color: #FBE3DB;
}
.TagClassName
{
border-color: #FBE3DB;
}
</style>