Shades of Lavender Rose #FBADFE
Tints of Lavender Rose #FBADFE
RGB
CMYK
RGB Variations
Color information
#FBADFE (or 0xFBADFE) is known color: Lavender Rose. HEX triplet: FB, AD and FE. RGB value is (251,173,254). Sum of RGB (Red+Green+Blue) = 251+173+254=678 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.02% from 678); Green value is 173 (67.97% from 255 or 25.52% from 678); Blue value is 254 (99.61% from 255 or 37.46% from 678); Max value from RGB is 254 - color contains mainly: blue. Hex color #FBADFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBADFE is #045201. Grayscale: #CDCDCD. Windows color (decimal): -283138 or 16690683. OLE color: 16690683.
HSL color Cylindrical-coordinate representation of color #FBADFE: hue angle of 297.78º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FBADFE is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 251 | 173 | 254 | - |
| CMYK | 0.01 | 0.32 | 0 | 0.00 |
| HSL | 297.78º | 0.98% | 0.84% | - |
| HSV(B) | 297.78º | 0.32% | 1% | - |
| XYZ | 72.62 | 57.55 | 101.05 | - |
| YUV | 205.56 | 155.34 | 160.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 173 | 254 | 0.01 | 0.32 | 0 | 0.00 | 297.78 | 0.98 | 0.84 |
| Hex | FB | AD | FE | 1 | 20 | 0 | 0 | 12A | 62 | 54 |
| Octal | 373 | 255 | 376 | 1 | 40 | 0 | 0 | 452 | 142 | 124 |
| Binary | 11111011 | 10101101 | 11111110 | 1 | 100000 | 0 | 0 | 100101010 | 1100010 | 1010100 |
Color Harmonies of #FBADFE
Complementary color
Monochromatic Colors of #FBADFE
Black with #FBADFE
Text Example
Text Example
White with #FBADFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBADFE; }
p { color: rgb(251,173,254); }
H1.HeaderClassName
{
color: #FBADFE;
}
.AnyTagClassName
{
color: #FBADFE;
}
</style>
background-color css
<style>
a { background-color: #FBADFE; }
a { background-color: rgb(251,173,254); }
div.DivClassName
{
background-color: #FBADFE;
}
.BgClassName
{
background-color: #FBADFE;
}
</style>
border-color css
<style>
span { border-color: #FBADFE; }
span { border-color: rgb(251,173,254); }
td.TdClassName
{
border-color: #FBADFE;
}
.TagClassName
{
border-color: #FBADFE;
}
</style>