Shades of Lavender Rose #FBA1ED
Tints of Lavender Rose #FBA1ED
RGB
CMYK
RGB Variations
Color information
#FBA1ED (or 0xFBA1ED) is known color: Lavender Rose. HEX triplet: FB, A1 and ED. RGB value is (251,161,237). Sum of RGB (Red+Green+Blue) = 251+161+237=649 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.67% from 649); Green value is 161 (63.28% from 255 or 24.81% from 649); Blue value is 237 (92.97% from 255 or 36.52% from 649); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA1ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBA1ED is #045E12. Grayscale: #C4C4C4. Windows color (decimal): -286227 or 15573499. OLE color: 15573499.
HSL color Cylindrical-coordinate representation of color #FBA1ED: hue angle of 309.33º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FBA1ED is Cyan = 0, Magento = 0.36, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 161 | 237 | - |
| CMYK | 0 | 0.36 | 0.06 | 0.02 |
| HSL | 309.33º | 0.92% | 0.81% | - |
| HSV(B) | 309.33º | 0.36% | 0.98% | - |
| XYZ | 67.81 | 52.11 | 86.61 | - |
| YUV | 196.57 | 150.82 | 166.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 161 | 237 | 0 | 0.36 | 0.06 | 0.02 | 309.33 | 0.92 | 0.81 |
| Hex | FB | A1 | ED | 0 | 24 | 6 | 2 | 135 | 5C | 51 |
| Octal | 373 | 241 | 355 | 0 | 44 | 6 | 2 | 465 | 134 | 121 |
| Binary | 11111011 | 10100001 | 11101101 | 0 | 100100 | 110 | 10 | 100110101 | 1011100 | 1010001 |
Color Harmonies of #FBA1ED
Complementary color
Monochromatic Colors of #FBA1ED
Black with #FBA1ED
Text Example
Text Example
White with #FBA1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA1ED; }
p { color: rgb(251,161,237); }
H1.HeaderClassName
{
color: #FBA1ED;
}
.AnyTagClassName
{
color: #FBA1ED;
}
</style>
background-color css
<style>
a { background-color: #FBA1ED; }
a { background-color: rgb(251,161,237); }
div.DivClassName
{
background-color: #FBA1ED;
}
.BgClassName
{
background-color: #FBA1ED;
}
</style>
border-color css
<style>
span { border-color: #FBA1ED; }
span { border-color: rgb(251,161,237); }
td.TdClassName
{
border-color: #FBA1ED;
}
.TagClassName
{
border-color: #FBA1ED;
}
</style>