Shades of Lavender Rose #FEC2F0
Tints of Lavender Rose #FEC2F0
RGB
CMYK
RGB Variations
Color information
#FEC2F0 (or 0xFEC2F0) is known color: Lavender Rose. HEX triplet: FE, C2 and F0. RGB value is (254,194,240). Sum of RGB (Red+Green+Blue) = 254+194+240=688 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.92% from 688); Green value is 194 (76.17% from 255 or 28.20% from 688); Blue value is 240 (94.14% from 255 or 34.88% from 688); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC2F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC2F0 is #013D0F. Grayscale: #D9D9D9. Windows color (decimal): -81168 or 15778558. OLE color: 15778558.
HSL color Cylindrical-coordinate representation of color #FEC2F0: hue angle of 314º 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 #FEC2F0 is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 194 | 240 | - |
| CMYK | 0 | 0.24 | 0.06 | 0.00 |
| HSL | 314º | 0.97% | 0.88% | - |
| HSV(B) | 314º | 0.24% | 1% | - |
| XYZ | 75.89 | 65.95 | 91.17 | - |
| YUV | 217.18 | 140.88 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 194 | 240 | 0 | 0.24 | 0.06 | 0.00 | 314 | 0.97 | 0.88 |
| Hex | FE | C2 | F0 | 0 | 18 | 6 | 0 | 13A | 61 | 58 |
| Octal | 376 | 302 | 360 | 0 | 30 | 6 | 0 | 472 | 141 | 130 |
| Binary | 11111110 | 11000010 | 11110000 | 0 | 11000 | 110 | 0 | 100111010 | 1100001 | 1011000 |
Color Harmonies of #FEC2F0
Complementary color
Monochromatic Colors of #FEC2F0
Black with #FEC2F0
Text Example
Text Example
White with #FEC2F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC2F0; }
p { color: rgb(254,194,240); }
H1.HeaderClassName
{
color: #FEC2F0;
}
.AnyTagClassName
{
color: #FEC2F0;
}
</style>
background-color css
<style>
a { background-color: #FEC2F0; }
a { background-color: rgb(254,194,240); }
div.DivClassName
{
background-color: #FEC2F0;
}
.BgClassName
{
background-color: #FEC2F0;
}
</style>
border-color css
<style>
span { border-color: #FEC2F0; }
span { border-color: rgb(254,194,240); }
td.TdClassName
{
border-color: #FEC2F0;
}
.TagClassName
{
border-color: #FEC2F0;
}
</style>