Shades of Lavender Rose #FBB8E5
Tints of Lavender Rose #FBB8E5
RGB
CMYK
RGB Variations
Color information
#FBB8E5 (or 0xFBB8E5) is known color: Lavender Rose. HEX triplet: FB, B8 and E5. RGB value is (251,184,229). Sum of RGB (Red+Green+Blue) = 251+184+229=664 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.80% from 664); Green value is 184 (72.27% from 255 or 27.71% from 664); Blue value is 229 (89.84% from 255 or 34.49% from 664); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB8E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBB8E5 is #04471A. Grayscale: #D1D1D1. Windows color (decimal): -280347 or 15055099. OLE color: 15055099.
HSL color Cylindrical-coordinate representation of color #FBB8E5: hue angle of 319.7º 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 #FBB8E5 is Cyan = 0, Magento = 0.27, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 184 | 229 | - |
| CMYK | 0 | 0.27 | 0.09 | 0.02 |
| HSL | 319.7º | 0.89% | 0.85% | - |
| HSV(B) | 319.7º | 0.27% | 0.98% | - |
| XYZ | 71.07 | 60.45 | 82.05 | - |
| YUV | 209.16 | 139.2 | 157.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 184 | 229 | 0 | 0.27 | 0.09 | 0.02 | 319.7 | 0.89 | 0.85 |
| Hex | FB | B8 | E5 | 0 | 1B | 9 | 2 | 140 | 59 | 55 |
| Octal | 373 | 270 | 345 | 0 | 33 | 11 | 2 | 500 | 131 | 125 |
| Binary | 11111011 | 10111000 | 11100101 | 0 | 11011 | 1001 | 10 | 101000000 | 1011001 | 1010101 |
Color Harmonies of #FBB8E5
Complementary color
Monochromatic Colors of #FBB8E5
Black with #FBB8E5
Text Example
Text Example
White with #FBB8E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB8E5; }
p { color: rgb(251,184,229); }
H1.HeaderClassName
{
color: #FBB8E5;
}
.AnyTagClassName
{
color: #FBB8E5;
}
</style>
background-color css
<style>
a { background-color: #FBB8E5; }
a { background-color: rgb(251,184,229); }
div.DivClassName
{
background-color: #FBB8E5;
}
.BgClassName
{
background-color: #FBB8E5;
}
</style>
border-color css
<style>
span { border-color: #FBB8E5; }
span { border-color: rgb(251,184,229); }
td.TdClassName
{
border-color: #FBB8E5;
}
.TagClassName
{
border-color: #FBB8E5;
}
</style>