Shades of Bridesmaid #FBE4DF
Tints of Bridesmaid #FBE4DF
RGB
CMYK
RGB Variations
Color information
#FBE4DF (or 0xFBE4DF) is known color: Bridesmaid. HEX triplet: FB, E4 and DF. RGB value is (251,228,223). Sum of RGB (Red+Green+Blue) = 251+228+223=702 (92% of max value = 765). Red value is 251 (98.44% from 255 or 35.75% from 702); Green value is 228 (89.45% from 255 or 32.48% from 702); Blue value is 223 (87.5% from 255 or 31.77% from 702); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE4DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBE4DF is #041B20. Grayscale: #EAEAEA. Windows color (decimal): -269089 or 14673147. OLE color: 14673147.
HSL color Cylindrical-coordinate representation of color #FBE4DF: hue angle of 10.71º degrees, saturation: 0.78, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FBE4DF is Cyan = 0, Magento = 0.09, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 228 | 223 | - |
| CMYK | 0 | 0.09 | 0.11 | 0.02 |
| HSL | 10.71º | 0.78% | 0.93% | - |
| HSV(B) | 10.71º | 0.11% | 0.98% | - |
| XYZ | 80.85 | 81.32 | 81.25 | - |
| YUV | 234.31 | 121.62 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 228 | 223 | 0 | 0.09 | 0.11 | 0.02 | 10.71 | 0.78 | 0.93 |
| Hex | FB | E4 | DF | 0 | 9 | B | 2 | B | 4E | 5D |
| Octal | 373 | 344 | 337 | 0 | 11 | 13 | 2 | 13 | 116 | 135 |
| Binary | 11111011 | 11100100 | 11011111 | 0 | 1001 | 1011 | 10 | 1011 | 1001110 | 1011101 |
Color Harmonies of #FBE4DF
Complementary color
Monochromatic Colors of #FBE4DF
Black with #FBE4DF
Text Example
Text Example
White with #FBE4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE4DF; }
p { color: rgb(251,228,223); }
H1.HeaderClassName
{
color: #FBE4DF;
}
.AnyTagClassName
{
color: #FBE4DF;
}
</style>
background-color css
<style>
a { background-color: #FBE4DF; }
a { background-color: rgb(251,228,223); }
div.DivClassName
{
background-color: #FBE4DF;
}
.BgClassName
{
background-color: #FBE4DF;
}
</style>
border-color css
<style>
span { border-color: #FBE4DF; }
span { border-color: rgb(251,228,223); }
td.TdClassName
{
border-color: #FBE4DF;
}
.TagClassName
{
border-color: #FBE4DF;
}
</style>