Shades of Lavender Rose #FE8FDB
Tints of Lavender Rose #FE8FDB
RGB
CMYK
RGB Variations
Color information
#FE8FDB (or 0xFE8FDB) is known color: Lavender Rose. HEX triplet: FE, 8F and DB. RGB value is (254,143,219). Sum of RGB (Red+Green+Blue) = 254+143+219=616 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.23% from 616); Green value is 143 (56.25% from 255 or 23.21% from 616); Blue value is 219 (85.94% from 255 or 35.55% from 616); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8FDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE8FDB is #017024. Grayscale: #B8B8B8. Windows color (decimal): -94245 or 14389246. OLE color: 14389246.
HSL color Cylindrical-coordinate representation of color #FE8FDB: hue angle of 318.92º 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 #FE8FDB is Cyan = 0, Magento = 0.44, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 143 | 219 | - |
CMYK | 0 | 0.44 | 0.14 | 0.00 |
HSL | 318.92º | 0.98% | 0.78% | - |
HSV(B) | 318.92º | 0.44% | 1% | - |
XYZ | 63.48 | 45.83 | 72.52 | - |
YUV | 184.85 | 147.27 | 177.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 143 | 219 | 0 | 0.44 | 0.14 | 0.00 | 318.92 | 0.98 | 0.78 |
Hex | FE | 8F | DB | 0 | 2C | E | 0 | 13F | 62 | 4E |
Octal | 376 | 217 | 333 | 0 | 54 | 16 | 0 | 477 | 142 | 116 |
Binary | 11111110 | 10001111 | 11011011 | 0 | 101100 | 1110 | 0 | 100111111 | 1100010 | 1001110 |
Color Harmonies of #FE8FDB
Complementary color
Monochromatic Colors of #FE8FDB
Black with #FE8FDB
Text Example
Text Example
White with #FE8FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8FDB; }
p { color: rgb(254,143,219); }
H1.HeaderClassName
{
color: #FE8FDB;
}
.AnyTagClassName
{
color: #FE8FDB;
}
</style>
background-color css
<style>
a { background-color: #FE8FDB; }
a { background-color: rgb(254,143,219); }
div.DivClassName
{
background-color: #FE8FDB;
}
.BgClassName
{
background-color: #FE8FDB;
}
</style>
border-color css
<style>
span { border-color: #FE8FDB; }
span { border-color: rgb(254,143,219); }
td.TdClassName
{
border-color: #FE8FDB;
}
.TagClassName
{
border-color: #FE8FDB;
}
</style>