Shades of Lavender Rose #FEC0F6
Tints of Lavender Rose #FEC0F6
RGB
CMYK
RGB Variations
Color information
#FEC0F6 (or 0xFEC0F6) is known color: Lavender Rose. HEX triplet: FE, C0 and F6. RGB value is (254,192,246). Sum of RGB (Red+Green+Blue) = 254+192+246=692 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.71% from 692); Green value is 192 (75.39% from 255 or 27.75% from 692); Blue value is 246 (96.48% from 255 or 35.55% from 692); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC0F6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC0F6 is #013F09. Grayscale: #D8D8D8. Windows color (decimal): -81674 or 16171262. OLE color: 16171262.
HSL color Cylindrical-coordinate representation of color #FEC0F6: hue angle of 307.74º 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 #FEC0F6 is Cyan = 0, Magento = 0.24, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 192 | 246 | - |
| CMYK | 0 | 0.24 | 0.03 | 0.00 |
| HSL | 307.74º | 0.97% | 0.87% | - |
| HSV(B) | 307.74º | 0.24% | 1% | - |
| XYZ | 76.36 | 65.42 | 95.79 | - |
| YUV | 216.69 | 144.54 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 192 | 246 | 0 | 0.24 | 0.03 | 0.00 | 307.74 | 0.97 | 0.87 |
| Hex | FE | C0 | F6 | 0 | 18 | 3 | 0 | 134 | 61 | 57 |
| Octal | 376 | 300 | 366 | 0 | 30 | 3 | 0 | 464 | 141 | 127 |
| Binary | 11111110 | 11000000 | 11110110 | 0 | 11000 | 11 | 0 | 100110100 | 1100001 | 1010111 |
Color Harmonies of #FEC0F6
Complementary color
Monochromatic Colors of #FEC0F6
Black with #FEC0F6
Text Example
Text Example
White with #FEC0F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC0F6; }
p { color: rgb(254,192,246); }
H1.HeaderClassName
{
color: #FEC0F6;
}
.AnyTagClassName
{
color: #FEC0F6;
}
</style>
background-color css
<style>
a { background-color: #FEC0F6; }
a { background-color: rgb(254,192,246); }
div.DivClassName
{
background-color: #FEC0F6;
}
.BgClassName
{
background-color: #FEC0F6;
}
</style>
border-color css
<style>
span { border-color: #FEC0F6; }
span { border-color: rgb(254,192,246); }
td.TdClassName
{
border-color: #FEC0F6;
}
.TagClassName
{
border-color: #FEC0F6;
}
</style>