Shades of Lavender Rose #FE8FD6
Tints of Lavender Rose #FE8FD6
RGB
CMYK
RGB Variations
Color information
#FE8FD6 (or 0xFE8FD6) is known color: Lavender Rose. HEX triplet: FE, 8F and D6. RGB value is (254,143,214). Sum of RGB (Red+Green+Blue) = 254+143+214=611 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.57% from 611); Green value is 143 (56.25% from 255 or 23.40% from 611); Blue value is 214 (83.98% from 255 or 35.02% from 611); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8FD6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE8FD6 is #017029. Grayscale: #B8B8B8. Windows color (decimal): -94250 or 14061566. OLE color: 14061566.
HSL color Cylindrical-coordinate representation of color #FE8FD6: hue angle of 321.62º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FE8FD6 is Cyan = 0, Magento = 0.44, Yellow = 0.16 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 143 | 214 | - |
| CMYK | 0 | 0.44 | 0.16 | 0.00 |
| HSL | 321.62º | 0.98% | 0.78% | - |
| HSV(B) | 321.62º | 0.44% | 1% | - |
| XYZ | 62.83 | 45.57 | 69.1 | - |
| YUV | 184.28 | 144.77 | 177.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 143 | 214 | 0 | 0.44 | 0.16 | 0.00 | 321.62 | 0.98 | 0.78 |
| Hex | FE | 8F | D6 | 0 | 2C | 10 | 0 | 142 | 62 | 4E |
| Octal | 376 | 217 | 326 | 0 | 54 | 20 | 0 | 502 | 142 | 116 |
| Binary | 11111110 | 10001111 | 11010110 | 0 | 101100 | 10000 | 0 | 101000010 | 1100010 | 1001110 |
Color Harmonies of #FE8FD6
Complementary color
Monochromatic Colors of #FE8FD6
Black with #FE8FD6
Text Example
Text Example
White with #FE8FD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8FD6; }
p { color: rgb(254,143,214); }
H1.HeaderClassName
{
color: #FE8FD6;
}
.AnyTagClassName
{
color: #FE8FD6;
}
</style>
background-color css
<style>
a { background-color: #FE8FD6; }
a { background-color: rgb(254,143,214); }
div.DivClassName
{
background-color: #FE8FD6;
}
.BgClassName
{
background-color: #FE8FD6;
}
</style>
border-color css
<style>
span { border-color: #FE8FD6; }
span { border-color: rgb(254,143,214); }
td.TdClassName
{
border-color: #FE8FD6;
}
.TagClassName
{
border-color: #FE8FD6;
}
</style>