Shades of Lavender Rose #FBADE1
Tints of Lavender Rose #FBADE1
RGB
CMYK
RGB Variations
Color information
#FBADE1 (or 0xFBADE1) is known color: Lavender Rose. HEX triplet: FB, AD and E1. RGB value is (251,173,225). Sum of RGB (Red+Green+Blue) = 251+173+225=649 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.67% from 649); Green value is 173 (67.97% from 255 or 26.66% from 649); Blue value is 225 (88.28% from 255 or 34.67% from 649); Max value from RGB is 251 - color contains mainly: red. Hex color #FBADE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBADE1 is #04521E. Grayscale: #CACACA. Windows color (decimal): -283167 or 14790139. OLE color: 14790139.
HSL color Cylindrical-coordinate representation of color #FBADE1: hue angle of 320º 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 #FBADE1 is Cyan = 0, Magento = 0.31, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 173 | 225 | - |
| CMYK | 0 | 0.31 | 0.10 | 0.02 |
| HSL | 320º | 0.91% | 0.83% | - |
| HSV(B) | 320º | 0.31% | 0.98% | - |
| XYZ | 68.32 | 55.83 | 78.41 | - |
| YUV | 202.25 | 140.84 | 162.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 173 | 225 | 0 | 0.31 | 0.10 | 0.02 | 320 | 0.91 | 0.83 |
| Hex | FB | AD | E1 | 0 | 1F | A | 2 | 140 | 5B | 53 |
| Octal | 373 | 255 | 341 | 0 | 37 | 12 | 2 | 500 | 133 | 123 |
| Binary | 11111011 | 10101101 | 11100001 | 0 | 11111 | 1010 | 10 | 101000000 | 1011011 | 1010011 |
Color Harmonies of #FBADE1
Complementary color
Monochromatic Colors of #FBADE1
Black with #FBADE1
Text Example
Text Example
White with #FBADE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBADE1; }
p { color: rgb(251,173,225); }
H1.HeaderClassName
{
color: #FBADE1;
}
.AnyTagClassName
{
color: #FBADE1;
}
</style>
background-color css
<style>
a { background-color: #FBADE1; }
a { background-color: rgb(251,173,225); }
div.DivClassName
{
background-color: #FBADE1;
}
.BgClassName
{
background-color: #FBADE1;
}
</style>
border-color css
<style>
span { border-color: #FBADE1; }
span { border-color: rgb(251,173,225); }
td.TdClassName
{
border-color: #FBADE1;
}
.TagClassName
{
border-color: #FBADE1;
}
</style>