Shades of Lavender Rose #FEA6F0
Tints of Lavender Rose #FEA6F0
RGB
CMYK
RGB Variations
Color information
#FEA6F0 (or 0xFEA6F0) is known color: Lavender Rose. HEX triplet: FE, A6 and F0. RGB value is (254,166,240). Sum of RGB (Red+Green+Blue) = 254+166+240=660 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.48% from 660); Green value is 166 (65.23% from 255 or 25.15% from 660); Blue value is 240 (94.14% from 255 or 36.36% from 660); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA6F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA6F0 is #01590F. Grayscale: #C8C8C8. Windows color (decimal): -88336 or 15771390. OLE color: 15771390.
HSL color Cylindrical-coordinate representation of color #FEA6F0: hue angle of 309.55º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FEA6F0 is Cyan = 0, Magento = 0.35, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 166 | 240 | - |
| CMYK | 0 | 0.35 | 0.06 | 0.00 |
| HSL | 309.55º | 0.98% | 0.82% | - |
| HSV(B) | 309.55º | 0.35% | 1% | - |
| XYZ | 70.24 | 54.63 | 89.28 | - |
| YUV | 200.75 | 150.15 | 165.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 166 | 240 | 0 | 0.35 | 0.06 | 0.00 | 309.55 | 0.98 | 0.82 |
| Hex | FE | A6 | F0 | 0 | 23 | 6 | 0 | 136 | 62 | 52 |
| Octal | 376 | 246 | 360 | 0 | 43 | 6 | 0 | 466 | 142 | 122 |
| Binary | 11111110 | 10100110 | 11110000 | 0 | 100011 | 110 | 0 | 100110110 | 1100010 | 1010010 |
Color Harmonies of #FEA6F0
Complementary color
Monochromatic Colors of #FEA6F0
Black with #FEA6F0
Text Example
Text Example
White with #FEA6F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA6F0; }
p { color: rgb(254,166,240); }
H1.HeaderClassName
{
color: #FEA6F0;
}
.AnyTagClassName
{
color: #FEA6F0;
}
</style>
background-color css
<style>
a { background-color: #FEA6F0; }
a { background-color: rgb(254,166,240); }
div.DivClassName
{
background-color: #FEA6F0;
}
.BgClassName
{
background-color: #FEA6F0;
}
</style>
border-color css
<style>
span { border-color: #FEA6F0; }
span { border-color: rgb(254,166,240); }
td.TdClassName
{
border-color: #FEA6F0;
}
.TagClassName
{
border-color: #FEA6F0;
}
</style>