Shades of Lavender Rose #FEB6F7
Tints of Lavender Rose #FEB6F7
RGB
CMYK
RGB Variations
Color information
#FEB6F7 (or 0xFEB6F7) is known color: Lavender Rose. HEX triplet: FE, B6 and F7. RGB value is (254,182,247). Sum of RGB (Red+Green+Blue) = 254+182+247=683 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.19% from 683); Green value is 182 (71.48% from 255 or 26.65% from 683); Blue value is 247 (96.88% from 255 or 36.16% from 683); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB6F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEB6F7 is #014908. Grayscale: #D2D2D2. Windows color (decimal): -84233 or 16234238. OLE color: 16234238.
HSL color Cylindrical-coordinate representation of color #FEB6F7: hue angle of 305.83º 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 #FEB6F7 is Cyan = 0, Magento = 0.28, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 182 | 247 | - |
| CMYK | 0 | 0.28 | 0.03 | 0.00 |
| HSL | 305.83º | 0.97% | 0.85% | - |
| HSV(B) | 305.83º | 0.28% | 1% | - |
| XYZ | 74.39 | 61.24 | 95.9 | - |
| YUV | 210.94 | 148.35 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 182 | 247 | 0 | 0.28 | 0.03 | 0.00 | 305.83 | 0.97 | 0.85 |
| Hex | FE | B6 | F7 | 0 | 1C | 3 | 0 | 132 | 61 | 55 |
| Octal | 376 | 266 | 367 | 0 | 34 | 3 | 0 | 462 | 141 | 125 |
| Binary | 11111110 | 10110110 | 11110111 | 0 | 11100 | 11 | 0 | 100110010 | 1100001 | 1010101 |
Color Harmonies of #FEB6F7
Complementary color
Monochromatic Colors of #FEB6F7
Black with #FEB6F7
Text Example
Text Example
White with #FEB6F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB6F7; }
p { color: rgb(254,182,247); }
H1.HeaderClassName
{
color: #FEB6F7;
}
.AnyTagClassName
{
color: #FEB6F7;
}
</style>
background-color css
<style>
a { background-color: #FEB6F7; }
a { background-color: rgb(254,182,247); }
div.DivClassName
{
background-color: #FEB6F7;
}
.BgClassName
{
background-color: #FEB6F7;
}
</style>
border-color css
<style>
span { border-color: #FEB6F7; }
span { border-color: rgb(254,182,247); }
td.TdClassName
{
border-color: #FEB6F7;
}
.TagClassName
{
border-color: #FEB6F7;
}
</style>