Shades of Lavender Rose #FEA7E6
Tints of Lavender Rose #FEA7E6
RGB
CMYK
RGB Variations
Color information
#FEA7E6 (or 0xFEA7E6) is known color: Lavender Rose. HEX triplet: FE, A7 and E6. RGB value is (254,167,230). Sum of RGB (Red+Green+Blue) = 254+167+230=651 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.02% from 651); Green value is 167 (65.62% from 255 or 25.65% from 651); Blue value is 230 (90.23% from 255 or 35.33% from 651); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA7E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA7E6 is #015819. Grayscale: #C8C8C8. Windows color (decimal): -88090 or 15116286. OLE color: 15116286.
HSL color Cylindrical-coordinate representation of color #FEA7E6: hue angle of 316.55º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FEA7E6 is Cyan = 0, Magento = 0.34, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 167 | 230 | - |
| CMYK | 0 | 0.34 | 0.09 | 0.00 |
| HSL | 316.55º | 0.98% | 0.83% | - |
| HSV(B) | 316.55º | 0.34% | 1% | - |
| XYZ | 68.97 | 54.42 | 81.73 | - |
| YUV | 200.2 | 144.82 | 166.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 167 | 230 | 0 | 0.34 | 0.09 | 0.00 | 316.55 | 0.98 | 0.83 |
| Hex | FE | A7 | E6 | 0 | 22 | 9 | 0 | 13D | 62 | 53 |
| Octal | 376 | 247 | 346 | 0 | 42 | 11 | 0 | 475 | 142 | 123 |
| Binary | 11111110 | 10100111 | 11100110 | 0 | 100010 | 1001 | 0 | 100111101 | 1100010 | 1010011 |
Color Harmonies of #FEA7E6
Complementary color
Monochromatic Colors of #FEA7E6
Black with #FEA7E6
Text Example
Text Example
White with #FEA7E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA7E6; }
p { color: rgb(254,167,230); }
H1.HeaderClassName
{
color: #FEA7E6;
}
.AnyTagClassName
{
color: #FEA7E6;
}
</style>
background-color css
<style>
a { background-color: #FEA7E6; }
a { background-color: rgb(254,167,230); }
div.DivClassName
{
background-color: #FEA7E6;
}
.BgClassName
{
background-color: #FEA7E6;
}
</style>
border-color css
<style>
span { border-color: #FEA7E6; }
span { border-color: rgb(254,167,230); }
td.TdClassName
{
border-color: #FEA7E6;
}
.TagClassName
{
border-color: #FEA7E6;
}
</style>