Shades of Lavender Rose #FEC1F0
Tints of Lavender Rose #FEC1F0
RGB
CMYK
RGB Variations
Color information
#FEC1F0 (or 0xFEC1F0) is known color: Lavender Rose. HEX triplet: FE, C1 and F0. RGB value is (254,193,240). Sum of RGB (Red+Green+Blue) = 254+193+240=687 (90% of max value = 765). Red value is 254 (99.61% from 255 or 36.97% from 687); Green value is 193 (75.78% from 255 or 28.09% from 687); Blue value is 240 (94.14% from 255 or 34.93% from 687); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC1F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC1F0 is #013E0F. Grayscale: #D8D8D8. Windows color (decimal): -81424 or 15778302. OLE color: 15778302.
HSL color Cylindrical-coordinate representation of color #FEC1F0: hue angle of 313.77º 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 #FEC1F0 is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 193 | 240 | - |
| CMYK | 0 | 0.24 | 0.06 | 0.00 |
| HSL | 313.77º | 0.97% | 0.88% | - |
| HSV(B) | 313.77º | 0.24% | 1% | - |
| XYZ | 75.67 | 65.5 | 91.09 | - |
| YUV | 216.6 | 141.21 | 154.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 193 | 240 | 0 | 0.24 | 0.06 | 0.00 | 313.77 | 0.97 | 0.88 |
| Hex | FE | C1 | F0 | 0 | 18 | 6 | 0 | 13A | 61 | 58 |
| Octal | 376 | 301 | 360 | 0 | 30 | 6 | 0 | 472 | 141 | 130 |
| Binary | 11111110 | 11000001 | 11110000 | 0 | 11000 | 110 | 0 | 100111010 | 1100001 | 1011000 |
Color Harmonies of #FEC1F0
Complementary color
Monochromatic Colors of #FEC1F0
Black with #FEC1F0
Text Example
Text Example
White with #FEC1F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC1F0; }
p { color: rgb(254,193,240); }
H1.HeaderClassName
{
color: #FEC1F0;
}
.AnyTagClassName
{
color: #FEC1F0;
}
</style>
background-color css
<style>
a { background-color: #FEC1F0; }
a { background-color: rgb(254,193,240); }
div.DivClassName
{
background-color: #FEC1F0;
}
.BgClassName
{
background-color: #FEC1F0;
}
</style>
border-color css
<style>
span { border-color: #FEC1F0; }
span { border-color: rgb(254,193,240); }
td.TdClassName
{
border-color: #FEC1F0;
}
.TagClassName
{
border-color: #FEC1F0;
}
</style>