Shades of Lavender Rose #FBADDF
Tints of Lavender Rose #FBADDF
RGB
CMYK
RGB Variations
Color information
#FBADDF (or 0xFBADDF) is known color: Lavender Rose. HEX triplet: FB, AD and DF. RGB value is (251,173,223). Sum of RGB (Red+Green+Blue) = 251+173+223=647 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.79% from 647); Green value is 173 (67.97% from 255 or 26.74% from 647); Blue value is 223 (87.5% from 255 or 34.47% from 647); Max value from RGB is 251 - color contains mainly: red. Hex color #FBADDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBADDF is #045220. Grayscale: #C9C9C9. Windows color (decimal): -283169 or 14659067. OLE color: 14659067.
HSL color Cylindrical-coordinate representation of color #FBADDF: hue angle of 321.54º 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 #FBADDF is Cyan = 0, Magento = 0.31, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 173 | 223 | - |
| CMYK | 0 | 0.31 | 0.11 | 0.02 |
| HSL | 321.54º | 0.91% | 0.83% | - |
| HSV(B) | 321.54º | 0.31% | 0.98% | - |
| XYZ | 68.05 | 55.72 | 76.98 | - |
| YUV | 202.02 | 139.84 | 162.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 173 | 223 | 0 | 0.31 | 0.11 | 0.02 | 321.54 | 0.91 | 0.83 |
| Hex | FB | AD | DF | 0 | 1F | B | 2 | 142 | 5B | 53 |
| Octal | 373 | 255 | 337 | 0 | 37 | 13 | 2 | 502 | 133 | 123 |
| Binary | 11111011 | 10101101 | 11011111 | 0 | 11111 | 1011 | 10 | 101000010 | 1011011 | 1010011 |
Color Harmonies of #FBADDF
Complementary color
Monochromatic Colors of #FBADDF
Black with #FBADDF
Text Example
Text Example
White with #FBADDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBADDF; }
p { color: rgb(251,173,223); }
H1.HeaderClassName
{
color: #FBADDF;
}
.AnyTagClassName
{
color: #FBADDF;
}
</style>
background-color css
<style>
a { background-color: #FBADDF; }
a { background-color: rgb(251,173,223); }
div.DivClassName
{
background-color: #FBADDF;
}
.BgClassName
{
background-color: #FBADDF;
}
</style>
border-color css
<style>
span { border-color: #FBADDF; }
span { border-color: rgb(251,173,223); }
td.TdClassName
{
border-color: #FBADDF;
}
.TagClassName
{
border-color: #FBADDF;
}
</style>