Shades of Lavender Rose #FEB3E7
Tints of Lavender Rose #FEB3E7
RGB
CMYK
RGB Variations
Color information
#FEB3E7 (or 0xFEB3E7) is known color: Lavender Rose. HEX triplet: FE, B3 and E7. RGB value is (254,179,231). Sum of RGB (Red+Green+Blue) = 254+179+231=664 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.25% from 664); Green value is 179 (70.31% from 255 or 26.96% from 664); Blue value is 231 (90.62% from 255 or 34.79% from 664); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB3E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEB3E7 is #014C18. Grayscale: #CFCFCF. Windows color (decimal): -85017 or 15184894. OLE color: 15184894.
HSL color Cylindrical-coordinate representation of color #FEB3E7: hue angle of 318.4º 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 #FEB3E7 is Cyan = 0, Magento = 0.30, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 179 | 231 | - |
| CMYK | 0 | 0.30 | 0.09 | 0.00 |
| HSL | 318.4º | 0.97% | 0.85% | - |
| HSV(B) | 318.4º | 0.3% | 1% | - |
| XYZ | 71.42 | 59.08 | 83.24 | - |
| YUV | 207.35 | 141.35 | 161.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 179 | 231 | 0 | 0.30 | 0.09 | 0.00 | 318.4 | 0.97 | 0.85 |
| Hex | FE | B3 | E7 | 0 | 1E | 9 | 0 | 13E | 61 | 55 |
| Octal | 376 | 263 | 347 | 0 | 36 | 11 | 0 | 476 | 141 | 125 |
| Binary | 11111110 | 10110011 | 11100111 | 0 | 11110 | 1001 | 0 | 100111110 | 1100001 | 1010101 |
Color Harmonies of #FEB3E7
Complementary color
Monochromatic Colors of #FEB3E7
Black with #FEB3E7
Text Example
Text Example
White with #FEB3E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB3E7; }
p { color: rgb(254,179,231); }
H1.HeaderClassName
{
color: #FEB3E7;
}
.AnyTagClassName
{
color: #FEB3E7;
}
</style>
background-color css
<style>
a { background-color: #FEB3E7; }
a { background-color: rgb(254,179,231); }
div.DivClassName
{
background-color: #FEB3E7;
}
.BgClassName
{
background-color: #FEB3E7;
}
</style>
border-color css
<style>
span { border-color: #FEB3E7; }
span { border-color: rgb(254,179,231); }
td.TdClassName
{
border-color: #FEB3E7;
}
.TagClassName
{
border-color: #FEB3E7;
}
</style>