Shades of Lavender Rose #FEC0F1
Tints of Lavender Rose #FEC0F1
RGB
CMYK
RGB Variations
Color information
#FEC0F1 (or 0xFEC0F1) is known color: Lavender Rose. HEX triplet: FE, C0 and F1. RGB value is (254,192,241). Sum of RGB (Red+Green+Blue) = 254+192+241=687 (90% of max value = 765). Red value is 254 (99.61% from 255 or 36.97% from 687); Green value is 192 (75.39% from 255 or 27.95% from 687); Blue value is 241 (94.53% from 255 or 35.08% from 687); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC0F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC0F1 is #013F0E. Grayscale: #D7D7D7. Windows color (decimal): -81679 or 15843582. OLE color: 15843582.
HSL color Cylindrical-coordinate representation of color #FEC0F1: hue angle of 312.58º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FEC0F1 is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 192 | 241 | - |
| CMYK | 0 | 0.24 | 0.05 | 0.00 |
| HSL | 312.58º | 0.97% | 0.87% | - |
| HSV(B) | 312.58º | 0.24% | 1% | - |
| XYZ | 75.6 | 65.12 | 91.8 | - |
| YUV | 216.12 | 142.04 | 155.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 192 | 241 | 0 | 0.24 | 0.05 | 0.00 | 312.58 | 0.97 | 0.87 |
| Hex | FE | C0 | F1 | 0 | 18 | 5 | 0 | 139 | 61 | 57 |
| Octal | 376 | 300 | 361 | 0 | 30 | 5 | 0 | 471 | 141 | 127 |
| Binary | 11111110 | 11000000 | 11110001 | 0 | 11000 | 101 | 0 | 100111001 | 1100001 | 1010111 |
Color Harmonies of #FEC0F1
Complementary color
Monochromatic Colors of #FEC0F1
Black with #FEC0F1
Text Example
Text Example
White with #FEC0F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC0F1; }
p { color: rgb(254,192,241); }
H1.HeaderClassName
{
color: #FEC0F1;
}
.AnyTagClassName
{
color: #FEC0F1;
}
</style>
background-color css
<style>
a { background-color: #FEC0F1; }
a { background-color: rgb(254,192,241); }
div.DivClassName
{
background-color: #FEC0F1;
}
.BgClassName
{
background-color: #FEC0F1;
}
</style>
border-color css
<style>
span { border-color: #FEC0F1; }
span { border-color: rgb(254,192,241); }
td.TdClassName
{
border-color: #FEC0F1;
}
.TagClassName
{
border-color: #FEC0F1;
}
</style>