Shades of Lavender Rose #FEB5FE
Tints of Lavender Rose #FEB5FE
RGB
CMYK
RGB Variations
Color information
#FEB5FE (or 0xFEB5FE) is known color: Lavender Rose. HEX triplet: FE, B5 and FE. RGB value is (254,181,254). Sum of RGB (Red+Green+Blue) = 254+181+254=689 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.87% from 689); Green value is 181 (71.09% from 255 or 26.27% from 689); Blue value is 254 (99.61% from 255 or 36.87% from 689); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FEB5FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEB5FE is #014A01. Grayscale: #D2D2D2. Windows color (decimal): -84482 or 16692734. OLE color: 16692734.
HSL color Cylindrical-coordinate representation of color #FEB5FE: hue angle of 300º 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 #FEB5FE is Cyan = 0, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 181 | 254 | - |
| CMYK | 0 | 0.29 | 0 | 0.00 |
| HSL | 300º | 0.97% | 0.85% | - |
| HSV(B) | 300º | 0.29% | 1% | - |
| XYZ | 75.29 | 61.27 | 101.63 | - |
| YUV | 211.15 | 152.18 | 158.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 181 | 254 | 0 | 0.29 | 0 | 0.00 | 300 | 0.97 | 0.85 |
| Hex | FE | B5 | FE | 0 | 1D | 0 | 0 | 12C | 61 | 55 |
| Octal | 376 | 265 | 376 | 0 | 35 | 0 | 0 | 454 | 141 | 125 |
| Binary | 11111110 | 10110101 | 11111110 | 0 | 11101 | 0 | 0 | 100101100 | 1100001 | 1010101 |
Color Harmonies of #FEB5FE
Complementary color
Monochromatic Colors of #FEB5FE
Black with #FEB5FE
Text Example
Text Example
White with #FEB5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB5FE; }
p { color: rgb(254,181,254); }
H1.HeaderClassName
{
color: #FEB5FE;
}
.AnyTagClassName
{
color: #FEB5FE;
}
</style>
background-color css
<style>
a { background-color: #FEB5FE; }
a { background-color: rgb(254,181,254); }
div.DivClassName
{
background-color: #FEB5FE;
}
.BgClassName
{
background-color: #FEB5FE;
}
</style>
border-color css
<style>
span { border-color: #FEB5FE; }
span { border-color: rgb(254,181,254); }
td.TdClassName
{
border-color: #FEB5FE;
}
.TagClassName
{
border-color: #FEB5FE;
}
</style>