Shades of Lavender Rose #FBB5E5
Tints of Lavender Rose #FBB5E5
RGB
CMYK
RGB Variations
Color information
#FBB5E5 (or 0xFBB5E5) is known color: Lavender Rose. HEX triplet: FB, B5 and E5. RGB value is (251,181,229). Sum of RGB (Red+Green+Blue) = 251+181+229=661 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.97% from 661); Green value is 181 (71.09% from 255 or 27.38% from 661); Blue value is 229 (89.84% from 255 or 34.64% from 661); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB5E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBB5E5 is #044A1A. Grayscale: #CFCFCF. Windows color (decimal): -281115 or 15054331. OLE color: 15054331.
HSL color Cylindrical-coordinate representation of color #FBB5E5: hue angle of 318.86º 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 #FBB5E5 is Cyan = 0, Magento = 0.28, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 181 | 229 | - |
CMYK | 0 | 0.28 | 0.09 | 0.02 |
HSL | 318.86º | 0.9% | 0.85% | - |
HSV(B) | 318.86º | 0.28% | 0.98% | - |
XYZ | 70.45 | 59.21 | 81.85 | - |
YUV | 207.4 | 140.19 | 159.1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 181 | 229 | 0 | 0.28 | 0.09 | 0.02 | 318.86 | 0.9 | 0.85 |
Hex | FB | B5 | E5 | 0 | 1C | 9 | 2 | 13F | 5A | 55 |
Octal | 373 | 265 | 345 | 0 | 34 | 11 | 2 | 477 | 132 | 125 |
Binary | 11111011 | 10110101 | 11100101 | 0 | 11100 | 1001 | 10 | 100111111 | 1011010 | 1010101 |
Color Harmonies of #FBB5E5
Complementary color
Monochromatic Colors of #FBB5E5
Black with #FBB5E5
Text Example
Text Example
White with #FBB5E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB5E5; }
p { color: rgb(251,181,229); }
H1.HeaderClassName
{
color: #FBB5E5;
}
.AnyTagClassName
{
color: #FBB5E5;
}
</style>
background-color css
<style>
a { background-color: #FBB5E5; }
a { background-color: rgb(251,181,229); }
div.DivClassName
{
background-color: #FBB5E5;
}
.BgClassName
{
background-color: #FBB5E5;
}
</style>
border-color css
<style>
span { border-color: #FBB5E5; }
span { border-color: rgb(251,181,229); }
td.TdClassName
{
border-color: #FBB5E5;
}
.TagClassName
{
border-color: #FBB5E5;
}
</style>