Shades of Lavender Rose #FEA7E7
Tints of Lavender Rose #FEA7E7
RGB
CMYK
RGB Variations
Color information
#FEA7E7 (or 0xFEA7E7) is known color: Lavender Rose. HEX triplet: FE, A7 and E7. RGB value is (254,167,231). Sum of RGB (Red+Green+Blue) = 254+167+231=652 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.96% from 652); Green value is 167 (65.62% from 255 or 25.61% from 652); Blue value is 231 (90.62% from 255 or 35.43% from 652); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA7E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA7E7 is #015818. Grayscale: #C8C8C8. Windows color (decimal): -88089 or 15181822. OLE color: 15181822.
HSL color Cylindrical-coordinate representation of color #FEA7E7: hue angle of 315.86º 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 #FEA7E7 is Cyan = 0, Magento = 0.34, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 167 | 231 | - |
| CMYK | 0 | 0.34 | 0.09 | 0.00 |
| HSL | 315.86º | 0.98% | 0.83% | - |
| HSV(B) | 315.86º | 0.34% | 1% | - |
| XYZ | 69.12 | 54.48 | 82.47 | - |
| YUV | 200.31 | 145.32 | 166.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 167 | 231 | 0 | 0.34 | 0.09 | 0.00 | 315.86 | 0.98 | 0.83 |
| Hex | FE | A7 | E7 | 0 | 22 | 9 | 0 | 13C | 62 | 53 |
| Octal | 376 | 247 | 347 | 0 | 42 | 11 | 0 | 474 | 142 | 123 |
| Binary | 11111110 | 10100111 | 11100111 | 0 | 100010 | 1001 | 0 | 100111100 | 1100010 | 1010011 |
Color Harmonies of #FEA7E7
Complementary color
Monochromatic Colors of #FEA7E7
Black with #FEA7E7
Text Example
Text Example
White with #FEA7E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA7E7; }
p { color: rgb(254,167,231); }
H1.HeaderClassName
{
color: #FEA7E7;
}
.AnyTagClassName
{
color: #FEA7E7;
}
</style>
background-color css
<style>
a { background-color: #FEA7E7; }
a { background-color: rgb(254,167,231); }
div.DivClassName
{
background-color: #FEA7E7;
}
.BgClassName
{
background-color: #FEA7E7;
}
</style>
border-color css
<style>
span { border-color: #FEA7E7; }
span { border-color: rgb(254,167,231); }
td.TdClassName
{
border-color: #FEA7E7;
}
.TagClassName
{
border-color: #FEA7E7;
}
</style>