Shades of Lavender Rose #FBADF6
Tints of Lavender Rose #FBADF6
RGB
CMYK
RGB Variations
Color information
#FBADF6 (or 0xFBADF6) is known color: Lavender Rose. HEX triplet: FB, AD and F6. RGB value is (251,173,246). Sum of RGB (Red+Green+Blue) = 251+173+246=670 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.46% from 670); Green value is 173 (67.97% from 255 or 25.82% from 670); Blue value is 246 (96.48% from 255 or 36.72% from 670); Max value from RGB is 251 - color contains mainly: red. Hex color #FBADF6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBADF6 is #045209. Grayscale: #CCCCCC. Windows color (decimal): -283146 or 16166395. OLE color: 16166395.
HSL color Cylindrical-coordinate representation of color #FBADF6: hue angle of 303.85º 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 #FBADF6 is Cyan = 0, Magento = 0.31, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 173 | 246 | - |
| CMYK | 0 | 0.31 | 0.02 | 0.02 |
| HSL | 303.85º | 0.91% | 0.83% | - |
| HSV(B) | 303.85º | 0.31% | 0.98% | - |
| XYZ | 71.36 | 57.05 | 94.44 | - |
| YUV | 204.64 | 151.34 | 161.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 173 | 246 | 0 | 0.31 | 0.02 | 0.02 | 303.85 | 0.91 | 0.83 |
| Hex | FB | AD | F6 | 0 | 1F | 2 | 2 | 130 | 5B | 53 |
| Octal | 373 | 255 | 366 | 0 | 37 | 2 | 2 | 460 | 133 | 123 |
| Binary | 11111011 | 10101101 | 11110110 | 0 | 11111 | 10 | 10 | 100110000 | 1011011 | 1010011 |
Color Harmonies of #FBADF6
Complementary color
Monochromatic Colors of #FBADF6
Black with #FBADF6
Text Example
Text Example
White with #FBADF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBADF6; }
p { color: rgb(251,173,246); }
H1.HeaderClassName
{
color: #FBADF6;
}
.AnyTagClassName
{
color: #FBADF6;
}
</style>
background-color css
<style>
a { background-color: #FBADF6; }
a { background-color: rgb(251,173,246); }
div.DivClassName
{
background-color: #FBADF6;
}
.BgClassName
{
background-color: #FBADF6;
}
</style>
border-color css
<style>
span { border-color: #FBADF6; }
span { border-color: rgb(251,173,246); }
td.TdClassName
{
border-color: #FBADF6;
}
.TagClassName
{
border-color: #FBADF6;
}
</style>