Shades of Lavender Rose #FEC0F0
Tints of Lavender Rose #FEC0F0
RGB
CMYK
RGB Variations
Color information
#FEC0F0 (or 0xFEC0F0) is known color: Lavender Rose. HEX triplet: FE, C0 and F0. RGB value is (254,192,240). Sum of RGB (Red+Green+Blue) = 254+192+240=686 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.03% from 686); Green value is 192 (75.39% from 255 or 27.99% from 686); Blue value is 240 (94.14% from 255 or 34.99% from 686); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC0F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC0F0 is #013F0F. Grayscale: #D7D7D7. Windows color (decimal): -81680 or 15778046. OLE color: 15778046.
HSL color Cylindrical-coordinate representation of color #FEC0F0: hue angle of 313.55º 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 #FEC0F0 is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 192 | 240 | - |
| CMYK | 0 | 0.24 | 0.06 | 0.00 |
| HSL | 313.55º | 0.97% | 0.87% | - |
| HSV(B) | 313.55º | 0.24% | 1% | - |
| XYZ | 75.45 | 65.06 | 91.02 | - |
| YUV | 216.01 | 141.54 | 155.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 192 | 240 | 0 | 0.24 | 0.06 | 0.00 | 313.55 | 0.97 | 0.87 |
| Hex | FE | C0 | F0 | 0 | 18 | 6 | 0 | 13A | 61 | 57 |
| Octal | 376 | 300 | 360 | 0 | 30 | 6 | 0 | 472 | 141 | 127 |
| Binary | 11111110 | 11000000 | 11110000 | 0 | 11000 | 110 | 0 | 100111010 | 1100001 | 1010111 |
Color Harmonies of #FEC0F0
Complementary color
Monochromatic Colors of #FEC0F0
Black with #FEC0F0
Text Example
Text Example
White with #FEC0F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC0F0; }
p { color: rgb(254,192,240); }
H1.HeaderClassName
{
color: #FEC0F0;
}
.AnyTagClassName
{
color: #FEC0F0;
}
</style>
background-color css
<style>
a { background-color: #FEC0F0; }
a { background-color: rgb(254,192,240); }
div.DivClassName
{
background-color: #FEC0F0;
}
.BgClassName
{
background-color: #FEC0F0;
}
</style>
border-color css
<style>
span { border-color: #FEC0F0; }
span { border-color: rgb(254,192,240); }
td.TdClassName
{
border-color: #FEC0F0;
}
.TagClassName
{
border-color: #FEC0F0;
}
</style>