Shades of Lavender Rose #FBADF3
Tints of Lavender Rose #FBADF3
RGB
CMYK
RGB Variations
Color information
#FBADF3 (or 0xFBADF3) is known color: Lavender Rose. HEX triplet: FB, AD and F3. RGB value is (251,173,243). Sum of RGB (Red+Green+Blue) = 251+173+243=667 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.63% from 667); Green value is 173 (67.97% from 255 or 25.94% from 667); Blue value is 243 (95.31% from 255 or 36.43% from 667); Max value from RGB is 251 - color contains mainly: red. Hex color #FBADF3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBADF3 is #04520C. Grayscale: #CCCCCC. Windows color (decimal): -283149 or 15969787. OLE color: 15969787.
HSL color Cylindrical-coordinate representation of color #FBADF3: hue angle of 306.15º 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 #FBADF3 is Cyan = 0, Magento = 0.31, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 173 | 243 | - |
| CMYK | 0 | 0.31 | 0.03 | 0.02 |
| HSL | 306.15º | 0.91% | 0.83% | - |
| HSV(B) | 306.15º | 0.31% | 0.98% | - |
| XYZ | 70.9 | 56.87 | 92.03 | - |
| YUV | 204.3 | 149.84 | 161.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 173 | 243 | 0 | 0.31 | 0.03 | 0.02 | 306.15 | 0.91 | 0.83 |
| Hex | FB | AD | F3 | 0 | 1F | 3 | 2 | 132 | 5B | 53 |
| Octal | 373 | 255 | 363 | 0 | 37 | 3 | 2 | 462 | 133 | 123 |
| Binary | 11111011 | 10101101 | 11110011 | 0 | 11111 | 11 | 10 | 100110010 | 1011011 | 1010011 |
Color Harmonies of #FBADF3
Complementary color
Monochromatic Colors of #FBADF3
Black with #FBADF3
Text Example
Text Example
White with #FBADF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBADF3; }
p { color: rgb(251,173,243); }
H1.HeaderClassName
{
color: #FBADF3;
}
.AnyTagClassName
{
color: #FBADF3;
}
</style>
background-color css
<style>
a { background-color: #FBADF3; }
a { background-color: rgb(251,173,243); }
div.DivClassName
{
background-color: #FBADF3;
}
.BgClassName
{
background-color: #FBADF3;
}
</style>
border-color css
<style>
span { border-color: #FBADF3; }
span { border-color: rgb(251,173,243); }
td.TdClassName
{
border-color: #FBADF3;
}
.TagClassName
{
border-color: #FBADF3;
}
</style>