Shades of Lavender Rose #FBADDE
Tints of Lavender Rose #FBADDE
RGB
CMYK
RGB Variations
Color information
#FBADDE (or 0xFBADDE) is known color: Lavender Rose. HEX triplet: FB, AD and DE. RGB value is (251,173,222). Sum of RGB (Red+Green+Blue) = 251+173+222=646 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.85% from 646); Green value is 173 (67.97% from 255 or 26.78% from 646); Blue value is 222 (87.11% from 255 or 34.37% from 646); Max value from RGB is 251 - color contains mainly: red. Hex color #FBADDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBADDE is #045221. Grayscale: #C9C9C9. Windows color (decimal): -283170 or 14593531. OLE color: 14593531.
HSL color Cylindrical-coordinate representation of color #FBADDE: hue angle of 322.31º 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 #FBADDE is Cyan = 0, Magento = 0.31, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 173 | 222 | - |
| CMYK | 0 | 0.31 | 0.12 | 0.02 |
| HSL | 322.31º | 0.91% | 0.83% | - |
| HSV(B) | 322.31º | 0.31% | 0.98% | - |
| XYZ | 67.91 | 55.67 | 76.27 | - |
| YUV | 201.91 | 139.34 | 163.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 173 | 222 | 0 | 0.31 | 0.12 | 0.02 | 322.31 | 0.91 | 0.83 |
| Hex | FB | AD | DE | 0 | 1F | C | 2 | 142 | 5B | 53 |
| Octal | 373 | 255 | 336 | 0 | 37 | 14 | 2 | 502 | 133 | 123 |
| Binary | 11111011 | 10101101 | 11011110 | 0 | 11111 | 1100 | 10 | 101000010 | 1011011 | 1010011 |
Color Harmonies of #FBADDE
Complementary color
Monochromatic Colors of #FBADDE
Black with #FBADDE
Text Example
Text Example
White with #FBADDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBADDE; }
p { color: rgb(251,173,222); }
H1.HeaderClassName
{
color: #FBADDE;
}
.AnyTagClassName
{
color: #FBADDE;
}
</style>
background-color css
<style>
a { background-color: #FBADDE; }
a { background-color: rgb(251,173,222); }
div.DivClassName
{
background-color: #FBADDE;
}
.BgClassName
{
background-color: #FBADDE;
}
</style>
border-color css
<style>
span { border-color: #FBADDE; }
span { border-color: rgb(251,173,222); }
td.TdClassName
{
border-color: #FBADDE;
}
.TagClassName
{
border-color: #FBADDE;
}
</style>