Shades of Lavender Rose #FEC0F3
Tints of Lavender Rose #FEC0F3
RGB
CMYK
RGB Variations
Color information
#FEC0F3 (or 0xFEC0F3) is known color: Lavender Rose. HEX triplet: FE, C0 and F3. RGB value is (254,192,243). Sum of RGB (Red+Green+Blue) = 254+192+243=689 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.87% from 689); Green value is 192 (75.39% from 255 or 27.87% from 689); Blue value is 243 (95.31% from 255 or 35.27% from 689); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC0F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC0F3 is #013F0C. Grayscale: #D8D8D8. Windows color (decimal): -81677 or 15974654. OLE color: 15974654.
HSL color Cylindrical-coordinate representation of color #FEC0F3: hue angle of 310.65º 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 #FEC0F3 is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 192 | 243 | - |
| CMYK | 0 | 0.24 | 0.04 | 0.00 |
| HSL | 310.65º | 0.97% | 0.87% | - |
| HSV(B) | 310.65º | 0.24% | 1% | - |
| XYZ | 75.9 | 65.24 | 93.39 | - |
| YUV | 216.35 | 143.04 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 192 | 243 | 0 | 0.24 | 0.04 | 0.00 | 310.65 | 0.97 | 0.87 |
| Hex | FE | C0 | F3 | 0 | 18 | 4 | 0 | 137 | 61 | 57 |
| Octal | 376 | 300 | 363 | 0 | 30 | 4 | 0 | 467 | 141 | 127 |
| Binary | 11111110 | 11000000 | 11110011 | 0 | 11000 | 100 | 0 | 100110111 | 1100001 | 1010111 |
Color Harmonies of #FEC0F3
Complementary color
Monochromatic Colors of #FEC0F3
Black with #FEC0F3
Text Example
Text Example
White with #FEC0F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC0F3; }
p { color: rgb(254,192,243); }
H1.HeaderClassName
{
color: #FEC0F3;
}
.AnyTagClassName
{
color: #FEC0F3;
}
</style>
background-color css
<style>
a { background-color: #FEC0F3; }
a { background-color: rgb(254,192,243); }
div.DivClassName
{
background-color: #FEC0F3;
}
.BgClassName
{
background-color: #FEC0F3;
}
</style>
border-color css
<style>
span { border-color: #FEC0F3; }
span { border-color: rgb(254,192,243); }
td.TdClassName
{
border-color: #FEC0F3;
}
.TagClassName
{
border-color: #FEC0F3;
}
</style>