Shades of Lavender Rose #FBADE5
Tints of Lavender Rose #FBADE5
RGB
CMYK
RGB Variations
Color information
#FBADE5 (or 0xFBADE5) is known color: Lavender Rose. HEX triplet: FB, AD and E5. RGB value is (251,173,229). Sum of RGB (Red+Green+Blue) = 251+173+229=653 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.44% from 653); Green value is 173 (67.97% from 255 or 26.49% from 653); Blue value is 229 (89.84% from 255 or 35.07% from 653); Max value from RGB is 251 - color contains mainly: red. Hex color #FBADE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBADE5 is #04521A. Grayscale: #CACACA. Windows color (decimal): -283163 or 15052283. OLE color: 15052283.
HSL color Cylindrical-coordinate representation of color #FBADE5: hue angle of 316.92º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FBADE5 is Cyan = 0, Magento = 0.31, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 173 | 229 | - |
CMYK | 0 | 0.31 | 0.09 | 0.02 |
HSL | 316.92º | 0.91% | 0.83% | - |
HSV(B) | 316.92º | 0.31% | 0.98% | - |
XYZ | 68.87 | 56.05 | 81.32 | - |
YUV | 202.71 | 142.84 | 162.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 173 | 229 | 0 | 0.31 | 0.09 | 0.02 | 316.92 | 0.91 | 0.83 |
Hex | FB | AD | E5 | 0 | 1F | 9 | 2 | 13D | 5B | 53 |
Octal | 373 | 255 | 345 | 0 | 37 | 11 | 2 | 475 | 133 | 123 |
Binary | 11111011 | 10101101 | 11100101 | 0 | 11111 | 1001 | 10 | 100111101 | 1011011 | 1010011 |
Color Harmonies of #FBADE5
Complementary color
Monochromatic Colors of #FBADE5
Black with #FBADE5
Text Example
Text Example
White with #FBADE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBADE5; }
p { color: rgb(251,173,229); }
H1.HeaderClassName
{
color: #FBADE5;
}
.AnyTagClassName
{
color: #FBADE5;
}
</style>
background-color css
<style>
a { background-color: #FBADE5; }
a { background-color: rgb(251,173,229); }
div.DivClassName
{
background-color: #FBADE5;
}
.BgClassName
{
background-color: #FBADE5;
}
</style>
border-color css
<style>
span { border-color: #FBADE5; }
span { border-color: rgb(251,173,229); }
td.TdClassName
{
border-color: #FBADE5;
}
.TagClassName
{
border-color: #FBADE5;
}
</style>