Shades of Lavender Rose #FEB6E7
Tints of Lavender Rose #FEB6E7
RGB
CMYK
RGB Variations
Color information
#FEB6E7 (or 0xFEB6E7) is known color: Lavender Rose. HEX triplet: FE, B6 and E7. RGB value is (254,182,231). Sum of RGB (Red+Green+Blue) = 254+182+231=667 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.08% from 667); Green value is 182 (71.48% from 255 or 27.29% from 667); Blue value is 231 (90.62% from 255 or 34.63% from 667); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB6E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEB6E7 is #014918. Grayscale: #D0D0D0. Windows color (decimal): -84249 or 15185662. OLE color: 15185662.
HSL color Cylindrical-coordinate representation of color #FEB6E7: hue angle of 319.17º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FEB6E7 is Cyan = 0, Magento = 0.28, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 182 | 231 | - |
| CMYK | 0 | 0.28 | 0.09 | 0.00 |
| HSL | 319.17º | 0.97% | 0.85% | - |
| HSV(B) | 319.17º | 0.28% | 1% | - |
| XYZ | 72.02 | 60.3 | 83.44 | - |
| YUV | 209.11 | 140.35 | 160.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 182 | 231 | 0 | 0.28 | 0.09 | 0.00 | 319.17 | 0.97 | 0.85 |
| Hex | FE | B6 | E7 | 0 | 1C | 9 | 0 | 13F | 61 | 55 |
| Octal | 376 | 266 | 347 | 0 | 34 | 11 | 0 | 477 | 141 | 125 |
| Binary | 11111110 | 10110110 | 11100111 | 0 | 11100 | 1001 | 0 | 100111111 | 1100001 | 1010101 |
Color Harmonies of #FEB6E7
Complementary color
Monochromatic Colors of #FEB6E7
Black with #FEB6E7
Text Example
Text Example
White with #FEB6E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB6E7; }
p { color: rgb(254,182,231); }
H1.HeaderClassName
{
color: #FEB6E7;
}
.AnyTagClassName
{
color: #FEB6E7;
}
</style>
background-color css
<style>
a { background-color: #FEB6E7; }
a { background-color: rgb(254,182,231); }
div.DivClassName
{
background-color: #FEB6E7;
}
.BgClassName
{
background-color: #FEB6E7;
}
</style>
border-color css
<style>
span { border-color: #FEB6E7; }
span { border-color: rgb(254,182,231); }
td.TdClassName
{
border-color: #FEB6E7;
}
.TagClassName
{
border-color: #FEB6E7;
}
</style>