Shades of Lavender Rose #FEB7F1
Tints of Lavender Rose #FEB7F1
RGB
CMYK
RGB Variations
Color information
#FEB7F1 (or 0xFEB7F1) is known color: Lavender Rose. HEX triplet: FE, B7 and F1. RGB value is (254,183,241). Sum of RGB (Red+Green+Blue) = 254+183+241=678 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.46% from 678); Green value is 183 (71.88% from 255 or 26.99% from 678); Blue value is 241 (94.53% from 255 or 35.55% from 678); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB7F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEB7F1 is #01480E. Grayscale: #D2D2D2. Windows color (decimal): -83983 or 15841278. OLE color: 15841278.
HSL color Cylindrical-coordinate representation of color #FEB7F1: hue angle of 310.99º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FEB7F1 is Cyan = 0, Magento = 0.28, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 183 | 241 | - |
| CMYK | 0 | 0.28 | 0.05 | 0.00 |
| HSL | 310.99º | 0.97% | 0.86% | - |
| HSV(B) | 310.99º | 0.28% | 1% | - |
| XYZ | 73.68 | 61.29 | 91.17 | - |
| YUV | 210.84 | 145.02 | 158.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 183 | 241 | 0 | 0.28 | 0.05 | 0.00 | 310.99 | 0.97 | 0.86 |
| Hex | FE | B7 | F1 | 0 | 1C | 5 | 0 | 137 | 61 | 56 |
| Octal | 376 | 267 | 361 | 0 | 34 | 5 | 0 | 467 | 141 | 126 |
| Binary | 11111110 | 10110111 | 11110001 | 0 | 11100 | 101 | 0 | 100110111 | 1100001 | 1010110 |
Color Harmonies of #FEB7F1
Complementary color
Monochromatic Colors of #FEB7F1
Black with #FEB7F1
Text Example
Text Example
White with #FEB7F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB7F1; }
p { color: rgb(254,183,241); }
H1.HeaderClassName
{
color: #FEB7F1;
}
.AnyTagClassName
{
color: #FEB7F1;
}
</style>
background-color css
<style>
a { background-color: #FEB7F1; }
a { background-color: rgb(254,183,241); }
div.DivClassName
{
background-color: #FEB7F1;
}
.BgClassName
{
background-color: #FEB7F1;
}
</style>
border-color css
<style>
span { border-color: #FEB7F1; }
span { border-color: rgb(254,183,241); }
td.TdClassName
{
border-color: #FEB7F1;
}
.TagClassName
{
border-color: #FEB7F1;
}
</style>