Shades of Lavender Rose #FBB5E8
Tints of Lavender Rose #FBB5E8
RGB
CMYK
RGB Variations
Color information
#FBB5E8 (or 0xFBB5E8) is known color: Lavender Rose. HEX triplet: FB, B5 and E8. RGB value is (251,181,232). Sum of RGB (Red+Green+Blue) = 251+181+232=664 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.80% from 664); Green value is 181 (71.09% from 255 or 27.26% from 664); Blue value is 232 (91.02% from 255 or 34.94% from 664); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB5E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBB5E8 is #044A17. Grayscale: #CFCFCF. Windows color (decimal): -281112 or 15250939. OLE color: 15250939.
HSL color Cylindrical-coordinate representation of color #FBB5E8: hue angle of 316.29º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FBB5E8 is Cyan = 0, Magento = 0.28, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 181 | 232 | - |
| CMYK | 0 | 0.28 | 0.08 | 0.02 |
| HSL | 316.29º | 0.9% | 0.85% | - |
| HSV(B) | 316.29º | 0.28% | 0.98% | - |
| XYZ | 70.87 | 59.38 | 84.07 | - |
| YUV | 207.74 | 141.69 | 158.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 181 | 232 | 0 | 0.28 | 0.08 | 0.02 | 316.29 | 0.9 | 0.85 |
| Hex | FB | B5 | E8 | 0 | 1C | 8 | 2 | 13C | 5A | 55 |
| Octal | 373 | 265 | 350 | 0 | 34 | 10 | 2 | 474 | 132 | 125 |
| Binary | 11111011 | 10110101 | 11101000 | 0 | 11100 | 1000 | 10 | 100111100 | 1011010 | 1010101 |
Color Harmonies of #FBB5E8
Complementary color
Monochromatic Colors of #FBB5E8
Black with #FBB5E8
Text Example
Text Example
White with #FBB5E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB5E8; }
p { color: rgb(251,181,232); }
H1.HeaderClassName
{
color: #FBB5E8;
}
.AnyTagClassName
{
color: #FBB5E8;
}
</style>
background-color css
<style>
a { background-color: #FBB5E8; }
a { background-color: rgb(251,181,232); }
div.DivClassName
{
background-color: #FBB5E8;
}
.BgClassName
{
background-color: #FBB5E8;
}
</style>
border-color css
<style>
span { border-color: #FBB5E8; }
span { border-color: rgb(251,181,232); }
td.TdClassName
{
border-color: #FBB5E8;
}
.TagClassName
{
border-color: #FBB5E8;
}
</style>