Shades of Lavender Rose #FEB7E6
Tints of Lavender Rose #FEB7E6
RGB
CMYK
RGB Variations
Color information
#FEB7E6 (or 0xFEB7E6) is known color: Lavender Rose. HEX triplet: FE, B7 and E6. RGB value is (254,183,230). Sum of RGB (Red+Green+Blue) = 254+183+230=667 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.08% from 667); Green value is 183 (71.88% from 255 or 27.44% from 667); Blue value is 230 (90.23% from 255 or 34.48% from 667); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB7E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEB7E6 is #014819. Grayscale: #D1D1D1. Windows color (decimal): -83994 or 15120382. OLE color: 15120382.
HSL color Cylindrical-coordinate representation of color #FEB7E6: hue angle of 320.28º 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 #FEB7E6 is Cyan = 0, Magento = 0.28, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 183 | 230 | - |
| CMYK | 0 | 0.28 | 0.09 | 0.00 |
| HSL | 320.28º | 0.97% | 0.86% | - |
| HSV(B) | 320.28º | 0.28% | 1% | - |
| XYZ | 72.09 | 60.65 | 82.77 | - |
| YUV | 209.59 | 139.52 | 159.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 183 | 230 | 0 | 0.28 | 0.09 | 0.00 | 320.28 | 0.97 | 0.86 |
| Hex | FE | B7 | E6 | 0 | 1C | 9 | 0 | 140 | 61 | 56 |
| Octal | 376 | 267 | 346 | 0 | 34 | 11 | 0 | 500 | 141 | 126 |
| Binary | 11111110 | 10110111 | 11100110 | 0 | 11100 | 1001 | 0 | 101000000 | 1100001 | 1010110 |
Color Harmonies of #FEB7E6
Complementary color
Monochromatic Colors of #FEB7E6
Black with #FEB7E6
Text Example
Text Example
White with #FEB7E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB7E6; }
p { color: rgb(254,183,230); }
H1.HeaderClassName
{
color: #FEB7E6;
}
.AnyTagClassName
{
color: #FEB7E6;
}
</style>
background-color css
<style>
a { background-color: #FEB7E6; }
a { background-color: rgb(254,183,230); }
div.DivClassName
{
background-color: #FEB7E6;
}
.BgClassName
{
background-color: #FEB7E6;
}
</style>
border-color css
<style>
span { border-color: #FEB7E6; }
span { border-color: rgb(254,183,230); }
td.TdClassName
{
border-color: #FEB7E6;
}
.TagClassName
{
border-color: #FEB7E6;
}
</style>