Shades of Lavender Rose #FEC0F5
Tints of Lavender Rose #FEC0F5
RGB
CMYK
RGB Variations
Color information
#FEC0F5 (or 0xFEC0F5) is known color: Lavender Rose. HEX triplet: FE, C0 and F5. RGB value is (254,192,245). Sum of RGB (Red+Green+Blue) = 254+192+245=691 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.76% from 691); Green value is 192 (75.39% from 255 or 27.79% from 691); Blue value is 245 (96.09% from 255 or 35.46% from 691); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC0F5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC0F5 is #013F0A. Grayscale: #D8D8D8. Windows color (decimal): -81675 or 16105726. OLE color: 16105726.
HSL color Cylindrical-coordinate representation of color #FEC0F5: hue angle of 308.71º 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 #FEC0F5 is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 192 | 245 | - |
| CMYK | 0 | 0.24 | 0.04 | 0.00 |
| HSL | 308.71º | 0.97% | 0.87% | - |
| HSV(B) | 308.71º | 0.24% | 1% | - |
| XYZ | 76.2 | 65.36 | 94.99 | - |
| YUV | 216.58 | 144.04 | 154.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 192 | 245 | 0 | 0.24 | 0.04 | 0.00 | 308.71 | 0.97 | 0.87 |
| Hex | FE | C0 | F5 | 0 | 18 | 4 | 0 | 135 | 61 | 57 |
| Octal | 376 | 300 | 365 | 0 | 30 | 4 | 0 | 465 | 141 | 127 |
| Binary | 11111110 | 11000000 | 11110101 | 0 | 11000 | 100 | 0 | 100110101 | 1100001 | 1010111 |
Color Harmonies of #FEC0F5
Complementary color
Monochromatic Colors of #FEC0F5
Black with #FEC0F5
Text Example
Text Example
White with #FEC0F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC0F5; }
p { color: rgb(254,192,245); }
H1.HeaderClassName
{
color: #FEC0F5;
}
.AnyTagClassName
{
color: #FEC0F5;
}
</style>
background-color css
<style>
a { background-color: #FEC0F5; }
a { background-color: rgb(254,192,245); }
div.DivClassName
{
background-color: #FEC0F5;
}
.BgClassName
{
background-color: #FEC0F5;
}
</style>
border-color css
<style>
span { border-color: #FEC0F5; }
span { border-color: rgb(254,192,245); }
td.TdClassName
{
border-color: #FEC0F5;
}
.TagClassName
{
border-color: #FEC0F5;
}
</style>