Shades of Lavender Rose #FEB7FF
Tints of Lavender Rose #FEB7FF
RGB
CMYK
RGB Variations
Color information
#FEB7FF (or 0xFEB7FF) is known color: Lavender Rose. HEX triplet: FE, B7 and FF. RGB value is (254,183,255). Sum of RGB (Red+Green+Blue) = 254+183+255=692 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.71% from 692); Green value is 183 (71.88% from 255 or 26.45% from 692); Blue value is 255 (100% from 255 or 36.85% from 692); Max value from RGB is 255 - color contains mainly: blue. Hex color #FEB7FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEB7FF is #014800. Grayscale: #D4D4D4. Windows color (decimal): -83969 or 16758782. OLE color: 16758782.
HSL color Cylindrical-coordinate representation of color #FEB7FF: hue angle of 299.17º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FEB7FF is Cyan = 0.00, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 183 | 255 | - |
| CMYK | 0.00 | 0.28 | 0 | 0 |
| HSL | 299.17º | 1% | 0.86% | - |
| HSV(B) | 299.17º | 0.28% | 1% | - |
| XYZ | 75.86 | 62.16 | 102.61 | - |
| YUV | 212.44 | 152.02 | 157.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 183 | 255 | 0.00 | 0.28 | 0 | 0 | 299.17 | 1 | 0.86 |
| Hex | FE | B7 | FF | 0 | 1C | 0 | 0 | 12B | 64 | 56 |
| Octal | 376 | 267 | 377 | 0 | 34 | 0 | 0 | 453 | 144 | 126 |
| Binary | 11111110 | 10110111 | 11111111 | 0 | 11100 | 0 | 0 | 100101011 | 1100100 | 1010110 |
Color Harmonies of #FEB7FF
Complementary color
Monochromatic Colors of #FEB7FF
Black with #FEB7FF
Text Example
Text Example
White with #FEB7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB7FF; }
p { color: rgb(254,183,255); }
H1.HeaderClassName
{
color: #FEB7FF;
}
.AnyTagClassName
{
color: #FEB7FF;
}
</style>
background-color css
<style>
a { background-color: #FEB7FF; }
a { background-color: rgb(254,183,255); }
div.DivClassName
{
background-color: #FEB7FF;
}
.BgClassName
{
background-color: #FEB7FF;
}
</style>
border-color css
<style>
span { border-color: #FEB7FF; }
span { border-color: rgb(254,183,255); }
td.TdClassName
{
border-color: #FEB7FF;
}
.TagClassName
{
border-color: #FEB7FF;
}
</style>