Shades of Lavender Rose #FEB1FB
Tints of Lavender Rose #FEB1FB
RGB
CMYK
RGB Variations
Color information
#FEB1FB (or 0xFEB1FB) is known color: Lavender Rose. HEX triplet: FE, B1 and FB. RGB value is (254,177,251). Sum of RGB (Red+Green+Blue) = 254+177+251=682 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.24% from 682); Green value is 177 (69.53% from 255 or 25.95% from 682); Blue value is 251 (98.44% from 255 or 36.80% from 682); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB1FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEB1FB is #014E04. Grayscale: #D0D0D0. Windows color (decimal): -85509 or 16495102. OLE color: 16495102.
HSL color Cylindrical-coordinate representation of color #FEB1FB: hue angle of 302.34º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FEB1FB is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 177 | 251 | - |
| CMYK | 0 | 0.30 | 0.01 | 0.00 |
| HSL | 302.34º | 0.97% | 0.85% | - |
| HSV(B) | 302.34º | 0.3% | 1% | - |
| XYZ | 74.01 | 59.48 | 98.85 | - |
| YUV | 208.46 | 152.01 | 160.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 177 | 251 | 0 | 0.30 | 0.01 | 0.00 | 302.34 | 0.97 | 0.85 |
| Hex | FE | B1 | FB | 0 | 1E | 1 | 0 | 12E | 61 | 55 |
| Octal | 376 | 261 | 373 | 0 | 36 | 1 | 0 | 456 | 141 | 125 |
| Binary | 11111110 | 10110001 | 11111011 | 0 | 11110 | 1 | 0 | 100101110 | 1100001 | 1010101 |
Color Harmonies of #FEB1FB
Complementary color
Monochromatic Colors of #FEB1FB
Black with #FEB1FB
Text Example
Text Example
White with #FEB1FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB1FB; }
p { color: rgb(254,177,251); }
H1.HeaderClassName
{
color: #FEB1FB;
}
.AnyTagClassName
{
color: #FEB1FB;
}
</style>
background-color css
<style>
a { background-color: #FEB1FB; }
a { background-color: rgb(254,177,251); }
div.DivClassName
{
background-color: #FEB1FB;
}
.BgClassName
{
background-color: #FEB1FB;
}
</style>
border-color css
<style>
span { border-color: #FEB1FB; }
span { border-color: rgb(254,177,251); }
td.TdClassName
{
border-color: #FEB1FB;
}
.TagClassName
{
border-color: #FEB1FB;
}
</style>