Shades of Lavender Rose #FBADF2
Tints of Lavender Rose #FBADF2
RGB
CMYK
RGB Variations
Color information
#FBADF2 (or 0xFBADF2) is known color: Lavender Rose. HEX triplet: FB, AD and F2. RGB value is (251,173,242). Sum of RGB (Red+Green+Blue) = 251+173+242=666 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.69% from 666); Green value is 173 (67.97% from 255 or 25.98% from 666); Blue value is 242 (94.92% from 255 or 36.34% from 666); Max value from RGB is 251 - color contains mainly: red. Hex color #FBADF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBADF2 is #04520D. Grayscale: #CBCBCB. Windows color (decimal): -283150 or 15904251. OLE color: 15904251.
HSL color Cylindrical-coordinate representation of color #FBADF2: hue angle of 306.92º 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 #FBADF2 is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 173 | 242 | - |
| CMYK | 0 | 0.31 | 0.04 | 0.02 |
| HSL | 306.92º | 0.91% | 0.83% | - |
| HSV(B) | 306.92º | 0.31% | 0.98% | - |
| XYZ | 70.75 | 56.81 | 91.24 | - |
| YUV | 204.19 | 149.34 | 161.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 173 | 242 | 0 | 0.31 | 0.04 | 0.02 | 306.92 | 0.91 | 0.83 |
| Hex | FB | AD | F2 | 0 | 1F | 4 | 2 | 133 | 5B | 53 |
| Octal | 373 | 255 | 362 | 0 | 37 | 4 | 2 | 463 | 133 | 123 |
| Binary | 11111011 | 10101101 | 11110010 | 0 | 11111 | 100 | 10 | 100110011 | 1011011 | 1010011 |
Color Harmonies of #FBADF2
Complementary color
Monochromatic Colors of #FBADF2
Black with #FBADF2
Text Example
Text Example
White with #FBADF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBADF2; }
p { color: rgb(251,173,242); }
H1.HeaderClassName
{
color: #FBADF2;
}
.AnyTagClassName
{
color: #FBADF2;
}
</style>
background-color css
<style>
a { background-color: #FBADF2; }
a { background-color: rgb(251,173,242); }
div.DivClassName
{
background-color: #FBADF2;
}
.BgClassName
{
background-color: #FBADF2;
}
</style>
border-color css
<style>
span { border-color: #FBADF2; }
span { border-color: rgb(251,173,242); }
td.TdClassName
{
border-color: #FBADF2;
}
.TagClassName
{
border-color: #FBADF2;
}
</style>