Shades of Lavender Rose #FEC2F1
Tints of Lavender Rose #FEC2F1
RGB
CMYK
RGB Variations
Color information
#FEC2F1 (or 0xFEC2F1) is known color: Lavender Rose. HEX triplet: FE, C2 and F1. RGB value is (254,194,241). Sum of RGB (Red+Green+Blue) = 254+194+241=689 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.87% from 689); Green value is 194 (76.17% from 255 or 28.16% from 689); Blue value is 241 (94.53% from 255 or 34.98% from 689); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC2F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC2F1 is #013D0E. Grayscale: #D9D9D9. Windows color (decimal): -81167 or 15844094. OLE color: 15844094.
HSL color Cylindrical-coordinate representation of color #FEC2F1: hue angle of 313º 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 #FEC2F1 is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 194 | 241 | - |
| CMYK | 0 | 0.24 | 0.05 | 0.00 |
| HSL | 313º | 0.97% | 0.88% | - |
| HSV(B) | 313º | 0.24% | 1% | - |
| XYZ | 76.04 | 66.01 | 91.95 | - |
| YUV | 217.3 | 141.38 | 154.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 194 | 241 | 0 | 0.24 | 0.05 | 0.00 | 313 | 0.97 | 0.88 |
| Hex | FE | C2 | F1 | 0 | 18 | 5 | 0 | 139 | 61 | 58 |
| Octal | 376 | 302 | 361 | 0 | 30 | 5 | 0 | 471 | 141 | 130 |
| Binary | 11111110 | 11000010 | 11110001 | 0 | 11000 | 101 | 0 | 100111001 | 1100001 | 1011000 |
Color Harmonies of #FEC2F1
Complementary color
Monochromatic Colors of #FEC2F1
Black with #FEC2F1
Text Example
Text Example
White with #FEC2F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC2F1; }
p { color: rgb(254,194,241); }
H1.HeaderClassName
{
color: #FEC2F1;
}
.AnyTagClassName
{
color: #FEC2F1;
}
</style>
background-color css
<style>
a { background-color: #FEC2F1; }
a { background-color: rgb(254,194,241); }
div.DivClassName
{
background-color: #FEC2F1;
}
.BgClassName
{
background-color: #FEC2F1;
}
</style>
border-color css
<style>
span { border-color: #FEC2F1; }
span { border-color: rgb(254,194,241); }
td.TdClassName
{
border-color: #FEC2F1;
}
.TagClassName
{
border-color: #FEC2F1;
}
</style>