Shades of Lavender Rose #FEB5FB
Tints of Lavender Rose #FEB5FB
RGB
CMYK
RGB Variations
Color information
#FEB5FB (or 0xFEB5FB) is known color: Lavender Rose. HEX triplet: FE, B5 and FB. RGB value is (254,181,251). Sum of RGB (Red+Green+Blue) = 254+181+251=686 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.03% from 686); Green value is 181 (71.09% from 255 or 26.38% from 686); Blue value is 251 (98.44% from 255 or 36.59% from 686); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB5FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEB5FB is #014A04. Grayscale: #D2D2D2. Windows color (decimal): -84485 or 16496126. OLE color: 16496126.
HSL color Cylindrical-coordinate representation of color #FEB5FB: hue angle of 302.47º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FEB5FB is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 181 | 251 | - |
| CMYK | 0 | 0.29 | 0.01 | 0.00 |
| HSL | 302.47º | 0.97% | 0.85% | - |
| HSV(B) | 302.47º | 0.29% | 1% | - |
| XYZ | 74.81 | 61.08 | 99.11 | - |
| YUV | 210.81 | 150.68 | 158.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 181 | 251 | 0 | 0.29 | 0.01 | 0.00 | 302.47 | 0.97 | 0.85 |
| Hex | FE | B5 | FB | 0 | 1D | 1 | 0 | 12E | 61 | 55 |
| Octal | 376 | 265 | 373 | 0 | 35 | 1 | 0 | 456 | 141 | 125 |
| Binary | 11111110 | 10110101 | 11111011 | 0 | 11101 | 1 | 0 | 100101110 | 1100001 | 1010101 |
Color Harmonies of #FEB5FB
Complementary color
Monochromatic Colors of #FEB5FB
Black with #FEB5FB
Text Example
Text Example
White with #FEB5FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB5FB; }
p { color: rgb(254,181,251); }
H1.HeaderClassName
{
color: #FEB5FB;
}
.AnyTagClassName
{
color: #FEB5FB;
}
</style>
background-color css
<style>
a { background-color: #FEB5FB; }
a { background-color: rgb(254,181,251); }
div.DivClassName
{
background-color: #FEB5FB;
}
.BgClassName
{
background-color: #FEB5FB;
}
</style>
border-color css
<style>
span { border-color: #FEB5FB; }
span { border-color: rgb(254,181,251); }
td.TdClassName
{
border-color: #FEB5FB;
}
.TagClassName
{
border-color: #FEB5FB;
}
</style>