Shades of Lavender Rose #FEC1F2
Tints of Lavender Rose #FEC1F2
RGB
CMYK
RGB Variations
Color information
#FEC1F2 (or 0xFEC1F2) is known color: Lavender Rose. HEX triplet: FE, C1 and F2. RGB value is (254,193,242). Sum of RGB (Red+Green+Blue) = 254+193+242=689 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.87% from 689); Green value is 193 (75.78% from 255 or 28.01% from 689); Blue value is 242 (94.92% from 255 or 35.12% from 689); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC1F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC1F2 is #013E0D. Grayscale: #D8D8D8. Windows color (decimal): -81422 or 15909374. OLE color: 15909374.
HSL color Cylindrical-coordinate representation of color #FEC1F2: hue angle of 311.8º 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 #FEC1F2 is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 193 | 242 | - |
| CMYK | 0 | 0.24 | 0.05 | 0.00 |
| HSL | 311.8º | 0.97% | 0.88% | - |
| HSV(B) | 311.8º | 0.24% | 1% | - |
| XYZ | 75.97 | 65.62 | 92.67 | - |
| YUV | 216.83 | 142.21 | 154.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 193 | 242 | 0 | 0.24 | 0.05 | 0.00 | 311.8 | 0.97 | 0.88 |
| Hex | FE | C1 | F2 | 0 | 18 | 5 | 0 | 138 | 61 | 58 |
| Octal | 376 | 301 | 362 | 0 | 30 | 5 | 0 | 470 | 141 | 130 |
| Binary | 11111110 | 11000001 | 11110010 | 0 | 11000 | 101 | 0 | 100111000 | 1100001 | 1011000 |
Color Harmonies of #FEC1F2
Complementary color
Monochromatic Colors of #FEC1F2
Black with #FEC1F2
Text Example
Text Example
White with #FEC1F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC1F2; }
p { color: rgb(254,193,242); }
H1.HeaderClassName
{
color: #FEC1F2;
}
.AnyTagClassName
{
color: #FEC1F2;
}
</style>
background-color css
<style>
a { background-color: #FEC1F2; }
a { background-color: rgb(254,193,242); }
div.DivClassName
{
background-color: #FEC1F2;
}
.BgClassName
{
background-color: #FEC1F2;
}
</style>
border-color css
<style>
span { border-color: #FEC1F2; }
span { border-color: rgb(254,193,242); }
td.TdClassName
{
border-color: #FEC1F2;
}
.TagClassName
{
border-color: #FEC1F2;
}
</style>