Shades of Lavender Rose #FEC1F1
Tints of Lavender Rose #FEC1F1
RGB
CMYK
RGB Variations
Color information
#FEC1F1 (or 0xFEC1F1) is known color: Lavender Rose. HEX triplet: FE, C1 and F1. RGB value is (254,193,241). Sum of RGB (Red+Green+Blue) = 254+193+241=688 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.92% from 688); Green value is 193 (75.78% from 255 or 28.05% from 688); Blue value is 241 (94.53% from 255 or 35.03% from 688); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC1F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC1F1 is #013E0E. Grayscale: #D8D8D8. Windows color (decimal): -81423 or 15843838. OLE color: 15843838.
HSL color Cylindrical-coordinate representation of color #FEC1F1: hue angle of 312.79º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FEC1F1 is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 193 | 241 | - |
| CMYK | 0 | 0.24 | 0.05 | 0.00 |
| HSL | 312.79º | 0.97% | 0.88% | - |
| HSV(B) | 312.79º | 0.24% | 1% | - |
| XYZ | 75.82 | 65.56 | 91.88 | - |
| YUV | 216.71 | 141.71 | 154.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 193 | 241 | 0 | 0.24 | 0.05 | 0.00 | 312.79 | 0.97 | 0.88 |
| Hex | FE | C1 | F1 | 0 | 18 | 5 | 0 | 139 | 61 | 58 |
| Octal | 376 | 301 | 361 | 0 | 30 | 5 | 0 | 471 | 141 | 130 |
| Binary | 11111110 | 11000001 | 11110001 | 0 | 11000 | 101 | 0 | 100111001 | 1100001 | 1011000 |
Color Harmonies of #FEC1F1
Complementary color
Monochromatic Colors of #FEC1F1
Black with #FEC1F1
Text Example
Text Example
White with #FEC1F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC1F1; }
p { color: rgb(254,193,241); }
H1.HeaderClassName
{
color: #FEC1F1;
}
.AnyTagClassName
{
color: #FEC1F1;
}
</style>
background-color css
<style>
a { background-color: #FEC1F1; }
a { background-color: rgb(254,193,241); }
div.DivClassName
{
background-color: #FEC1F1;
}
.BgClassName
{
background-color: #FEC1F1;
}
</style>
border-color css
<style>
span { border-color: #FEC1F1; }
span { border-color: rgb(254,193,241); }
td.TdClassName
{
border-color: #FEC1F1;
}
.TagClassName
{
border-color: #FEC1F1;
}
</style>