Shades of Bridesmaid #FBE5DF
Tints of Bridesmaid #FBE5DF
RGB
CMYK
RGB Variations
Color information
#FBE5DF (or 0xFBE5DF) is known color: Bridesmaid. HEX triplet: FB, E5 and DF. RGB value is (251,229,223). Sum of RGB (Red+Green+Blue) = 251+229+223=703 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.70% from 703); Green value is 229 (89.84% from 255 or 32.57% from 703); Blue value is 223 (87.5% from 255 or 31.72% from 703); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE5DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBE5DF is #041A20. Grayscale: #EAEAEA. Windows color (decimal): -268833 or 14673403. OLE color: 14673403.
HSL color Cylindrical-coordinate representation of color #FBE5DF: hue angle of 12.86º 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 #FBE5DF is Cyan = 0, Magento = 0.09, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 229 | 223 | - |
CMYK | 0 | 0.09 | 0.11 | 0.02 |
HSL | 12.86º | 0.78% | 0.93% | - |
HSV(B) | 12.86º | 0.11% | 0.98% | - |
XYZ | 81.12 | 81.88 | 81.34 | - |
YUV | 234.89 | 121.29 | 139.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 229 | 223 | 0 | 0.09 | 0.11 | 0.02 | 12.86 | 0.78 | 0.93 |
Hex | FB | E5 | DF | 0 | 9 | B | 2 | D | 4E | 5D |
Octal | 373 | 345 | 337 | 0 | 11 | 13 | 2 | 15 | 116 | 135 |
Binary | 11111011 | 11100101 | 11011111 | 0 | 1001 | 1011 | 10 | 1101 | 1001110 | 1011101 |
Color Harmonies of #FBE5DF
Complementary color
Monochromatic Colors of #FBE5DF
Black with #FBE5DF
Text Example
Text Example
White with #FBE5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE5DF; }
p { color: rgb(251,229,223); }
H1.HeaderClassName
{
color: #FBE5DF;
}
.AnyTagClassName
{
color: #FBE5DF;
}
</style>
background-color css
<style>
a { background-color: #FBE5DF; }
a { background-color: rgb(251,229,223); }
div.DivClassName
{
background-color: #FBE5DF;
}
.BgClassName
{
background-color: #FBE5DF;
}
</style>
border-color css
<style>
span { border-color: #FBE5DF; }
span { border-color: rgb(251,229,223); }
td.TdClassName
{
border-color: #FBE5DF;
}
.TagClassName
{
border-color: #FBE5DF;
}
</style>