Shades of Lavender Rose #FEC2F4
Tints of Lavender Rose #FEC2F4
RGB
CMYK
RGB Variations
Color information
#FEC2F4 (or 0xFEC2F4) is known color: Lavender Rose. HEX triplet: FE, C2 and F4. RGB value is (254,194,244). Sum of RGB (Red+Green+Blue) = 254+194+244=692 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.71% from 692); Green value is 194 (76.17% from 255 or 28.03% from 692); Blue value is 244 (95.70% from 255 or 35.26% from 692); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC2F4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC2F4 is #013D0B. Grayscale: #D9D9D9. Windows color (decimal): -81164 or 16040702. OLE color: 16040702.
HSL color Cylindrical-coordinate representation of color #FEC2F4: hue angle of 310º 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 #FEC2F4 is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 194 | 244 | - |
| CMYK | 0 | 0.24 | 0.04 | 0.00 |
| HSL | 310º | 0.97% | 0.88% | - |
| HSV(B) | 310º | 0.24% | 1% | - |
| XYZ | 76.49 | 66.19 | 94.33 | - |
| YUV | 217.64 | 142.88 | 153.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 194 | 244 | 0 | 0.24 | 0.04 | 0.00 | 310 | 0.97 | 0.88 |
| Hex | FE | C2 | F4 | 0 | 18 | 4 | 0 | 136 | 61 | 58 |
| Octal | 376 | 302 | 364 | 0 | 30 | 4 | 0 | 466 | 141 | 130 |
| Binary | 11111110 | 11000010 | 11110100 | 0 | 11000 | 100 | 0 | 100110110 | 1100001 | 1011000 |
Color Harmonies of #FEC2F4
Complementary color
Monochromatic Colors of #FEC2F4
Black with #FEC2F4
Text Example
Text Example
White with #FEC2F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC2F4; }
p { color: rgb(254,194,244); }
H1.HeaderClassName
{
color: #FEC2F4;
}
.AnyTagClassName
{
color: #FEC2F4;
}
</style>
background-color css
<style>
a { background-color: #FEC2F4; }
a { background-color: rgb(254,194,244); }
div.DivClassName
{
background-color: #FEC2F4;
}
.BgClassName
{
background-color: #FEC2F4;
}
</style>
border-color css
<style>
span { border-color: #FEC2F4; }
span { border-color: rgb(254,194,244); }
td.TdClassName
{
border-color: #FEC2F4;
}
.TagClassName
{
border-color: #FEC2F4;
}
</style>