Shades of Lavender Rose #FEB6E6
Tints of Lavender Rose #FEB6E6
RGB
CMYK
RGB Variations
Color information
#FEB6E6 (or 0xFEB6E6) is known color: Lavender Rose. HEX triplet: FE, B6 and E6. RGB value is (254,182,230). Sum of RGB (Red+Green+Blue) = 254+182+230=666 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.14% from 666); Green value is 182 (71.48% from 255 or 27.33% from 666); Blue value is 230 (90.23% from 255 or 34.53% from 666); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB6E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEB6E6 is #014919. Grayscale: #D0D0D0. Windows color (decimal): -84250 or 15120126. OLE color: 15120126.
HSL color Cylindrical-coordinate representation of color #FEB6E6: hue angle of 320º 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 #FEB6E6 is Cyan = 0, Magento = 0.28, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 182 | 230 | - |
| CMYK | 0 | 0.28 | 0.09 | 0.00 |
| HSL | 320º | 0.97% | 0.85% | - |
| HSV(B) | 320º | 0.28% | 1% | - |
| XYZ | 71.88 | 60.24 | 82.7 | - |
| YUV | 209 | 139.85 | 160.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 182 | 230 | 0 | 0.28 | 0.09 | 0.00 | 320 | 0.97 | 0.85 |
| Hex | FE | B6 | E6 | 0 | 1C | 9 | 0 | 140 | 61 | 55 |
| Octal | 376 | 266 | 346 | 0 | 34 | 11 | 0 | 500 | 141 | 125 |
| Binary | 11111110 | 10110110 | 11100110 | 0 | 11100 | 1001 | 0 | 101000000 | 1100001 | 1010101 |
Color Harmonies of #FEB6E6
Complementary color
Monochromatic Colors of #FEB6E6
Black with #FEB6E6
Text Example
Text Example
White with #FEB6E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB6E6; }
p { color: rgb(254,182,230); }
H1.HeaderClassName
{
color: #FEB6E6;
}
.AnyTagClassName
{
color: #FEB6E6;
}
</style>
background-color css
<style>
a { background-color: #FEB6E6; }
a { background-color: rgb(254,182,230); }
div.DivClassName
{
background-color: #FEB6E6;
}
.BgClassName
{
background-color: #FEB6E6;
}
</style>
border-color css
<style>
span { border-color: #FEB6E6; }
span { border-color: rgb(254,182,230); }
td.TdClassName
{
border-color: #FEB6E6;
}
.TagClassName
{
border-color: #FEB6E6;
}
</style>