Shades of Lavender Rose #FBADF1
Tints of Lavender Rose #FBADF1
RGB
CMYK
RGB Variations
Color information
#FBADF1 (or 0xFBADF1) is known color: Lavender Rose. HEX triplet: FB, AD and F1. RGB value is (251,173,241). Sum of RGB (Red+Green+Blue) = 251+173+241=665 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.74% from 665); Green value is 173 (67.97% from 255 or 26.02% from 665); Blue value is 241 (94.53% from 255 or 36.24% from 665); Max value from RGB is 251 - color contains mainly: red. Hex color #FBADF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBADF1 is #04520E. Grayscale: #CBCBCB. Windows color (decimal): -283151 or 15838715. OLE color: 15838715.
HSL color Cylindrical-coordinate representation of color #FBADF1: hue angle of 307.69º 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 #FBADF1 is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 173 | 241 | - |
| CMYK | 0 | 0.31 | 0.04 | 0.02 |
| HSL | 307.69º | 0.91% | 0.83% | - |
| HSV(B) | 307.69º | 0.31% | 0.98% | - |
| XYZ | 70.6 | 56.75 | 90.45 | - |
| YUV | 204.07 | 148.84 | 161.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 173 | 241 | 0 | 0.31 | 0.04 | 0.02 | 307.69 | 0.91 | 0.83 |
| Hex | FB | AD | F1 | 0 | 1F | 4 | 2 | 134 | 5B | 53 |
| Octal | 373 | 255 | 361 | 0 | 37 | 4 | 2 | 464 | 133 | 123 |
| Binary | 11111011 | 10101101 | 11110001 | 0 | 11111 | 100 | 10 | 100110100 | 1011011 | 1010011 |
Color Harmonies of #FBADF1
Complementary color
Monochromatic Colors of #FBADF1
Black with #FBADF1
Text Example
Text Example
White with #FBADF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBADF1; }
p { color: rgb(251,173,241); }
H1.HeaderClassName
{
color: #FBADF1;
}
.AnyTagClassName
{
color: #FBADF1;
}
</style>
background-color css
<style>
a { background-color: #FBADF1; }
a { background-color: rgb(251,173,241); }
div.DivClassName
{
background-color: #FBADF1;
}
.BgClassName
{
background-color: #FBADF1;
}
</style>
border-color css
<style>
span { border-color: #FBADF1; }
span { border-color: rgb(251,173,241); }
td.TdClassName
{
border-color: #FBADF1;
}
.TagClassName
{
border-color: #FBADF1;
}
</style>