Shades of Lavender Rose #FEC1F4
Tints of Lavender Rose #FEC1F4
RGB
CMYK
RGB Variations
Color information
#FEC1F4 (or 0xFEC1F4) is known color: Lavender Rose. HEX triplet: FE, C1 and F4. RGB value is (254,193,244). Sum of RGB (Red+Green+Blue) = 254+193+244=691 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.76% from 691); Green value is 193 (75.78% from 255 or 27.93% from 691); Blue value is 244 (95.70% from 255 or 35.31% from 691); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC1F4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC1F4 is #013E0B. Grayscale: #D8D8D8. Windows color (decimal): -81420 or 16040446. OLE color: 16040446.
HSL color Cylindrical-coordinate representation of color #FEC1F4: hue angle of 309.84º 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 #FEC1F4 is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 193 | 244 | - |
| CMYK | 0 | 0.24 | 0.04 | 0.00 |
| HSL | 309.84º | 0.97% | 0.88% | - |
| HSV(B) | 309.84º | 0.24% | 1% | - |
| XYZ | 76.27 | 65.74 | 94.26 | - |
| YUV | 217.05 | 143.21 | 154.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 193 | 244 | 0 | 0.24 | 0.04 | 0.00 | 309.84 | 0.97 | 0.88 |
| Hex | FE | C1 | F4 | 0 | 18 | 4 | 0 | 136 | 61 | 58 |
| Octal | 376 | 301 | 364 | 0 | 30 | 4 | 0 | 466 | 141 | 130 |
| Binary | 11111110 | 11000001 | 11110100 | 0 | 11000 | 100 | 0 | 100110110 | 1100001 | 1011000 |
Color Harmonies of #FEC1F4
Complementary color
Monochromatic Colors of #FEC1F4
Black with #FEC1F4
Text Example
Text Example
White with #FEC1F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC1F4; }
p { color: rgb(254,193,244); }
H1.HeaderClassName
{
color: #FEC1F4;
}
.AnyTagClassName
{
color: #FEC1F4;
}
</style>
background-color css
<style>
a { background-color: #FEC1F4; }
a { background-color: rgb(254,193,244); }
div.DivClassName
{
background-color: #FEC1F4;
}
.BgClassName
{
background-color: #FEC1F4;
}
</style>
border-color css
<style>
span { border-color: #FEC1F4; }
span { border-color: rgb(254,193,244); }
td.TdClassName
{
border-color: #FEC1F4;
}
.TagClassName
{
border-color: #FEC1F4;
}
</style>