Shades of Lavender Rose #FBB8ED
Tints of Lavender Rose #FBB8ED
RGB
CMYK
RGB Variations
Color information
#FBB8ED (or 0xFBB8ED) is known color: Lavender Rose. HEX triplet: FB, B8 and ED. RGB value is (251,184,237). Sum of RGB (Red+Green+Blue) = 251+184+237=672 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.35% from 672); Green value is 184 (72.27% from 255 or 27.38% from 672); Blue value is 237 (92.97% from 255 or 35.27% from 672); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB8ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBB8ED is #044712. Grayscale: #D1D1D1. Windows color (decimal): -280339 or 15579387. OLE color: 15579387.
HSL color Cylindrical-coordinate representation of color #FBB8ED: hue angle of 312.54º degrees, saturation: 0.89, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FBB8ED is Cyan = 0, Magento = 0.27, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 184 | 237 | - |
| CMYK | 0 | 0.27 | 0.06 | 0.02 |
| HSL | 312.54º | 0.89% | 0.85% | - |
| HSV(B) | 312.54º | 0.27% | 0.98% | - |
| XYZ | 72.21 | 60.9 | 88.07 | - |
| YUV | 210.08 | 143.2 | 157.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 184 | 237 | 0 | 0.27 | 0.06 | 0.02 | 312.54 | 0.89 | 0.85 |
| Hex | FB | B8 | ED | 0 | 1B | 6 | 2 | 139 | 59 | 55 |
| Octal | 373 | 270 | 355 | 0 | 33 | 6 | 2 | 471 | 131 | 125 |
| Binary | 11111011 | 10111000 | 11101101 | 0 | 11011 | 110 | 10 | 100111001 | 1011001 | 1010101 |
Color Harmonies of #FBB8ED
Complementary color
Monochromatic Colors of #FBB8ED
Black with #FBB8ED
Text Example
Text Example
White with #FBB8ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB8ED; }
p { color: rgb(251,184,237); }
H1.HeaderClassName
{
color: #FBB8ED;
}
.AnyTagClassName
{
color: #FBB8ED;
}
</style>
background-color css
<style>
a { background-color: #FBB8ED; }
a { background-color: rgb(251,184,237); }
div.DivClassName
{
background-color: #FBB8ED;
}
.BgClassName
{
background-color: #FBB8ED;
}
</style>
border-color css
<style>
span { border-color: #FBB8ED; }
span { border-color: rgb(251,184,237); }
td.TdClassName
{
border-color: #FBB8ED;
}
.TagClassName
{
border-color: #FBB8ED;
}
</style>