Shades of Lavender Rose #FEC0F4
Tints of Lavender Rose #FEC0F4
RGB
CMYK
RGB Variations
Color information
#FEC0F4 (or 0xFEC0F4) is known color: Lavender Rose. HEX triplet: FE, C0 and F4. RGB value is (254,192,244). Sum of RGB (Red+Green+Blue) = 254+192+244=690 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.81% from 690); Green value is 192 (75.39% from 255 or 27.83% from 690); Blue value is 244 (95.70% from 255 or 35.36% from 690); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC0F4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC0F4 is #013F0B. Grayscale: #D8D8D8. Windows color (decimal): -81676 or 16040190. OLE color: 16040190.
HSL color Cylindrical-coordinate representation of color #FEC0F4: hue angle of 309.68º 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 #FEC0F4 is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 192 | 244 | - |
| CMYK | 0 | 0.24 | 0.04 | 0.00 |
| HSL | 309.68º | 0.97% | 0.87% | - |
| HSV(B) | 309.68º | 0.24% | 1% | - |
| XYZ | 76.05 | 65.3 | 94.18 | - |
| YUV | 216.47 | 143.54 | 154.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 192 | 244 | 0 | 0.24 | 0.04 | 0.00 | 309.68 | 0.97 | 0.87 |
| Hex | FE | C0 | F4 | 0 | 18 | 4 | 0 | 136 | 61 | 57 |
| Octal | 376 | 300 | 364 | 0 | 30 | 4 | 0 | 466 | 141 | 127 |
| Binary | 11111110 | 11000000 | 11110100 | 0 | 11000 | 100 | 0 | 100110110 | 1100001 | 1010111 |
Color Harmonies of #FEC0F4
Complementary color
Monochromatic Colors of #FEC0F4
Black with #FEC0F4
Text Example
Text Example
White with #FEC0F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC0F4; }
p { color: rgb(254,192,244); }
H1.HeaderClassName
{
color: #FEC0F4;
}
.AnyTagClassName
{
color: #FEC0F4;
}
</style>
background-color css
<style>
a { background-color: #FEC0F4; }
a { background-color: rgb(254,192,244); }
div.DivClassName
{
background-color: #FEC0F4;
}
.BgClassName
{
background-color: #FEC0F4;
}
</style>
border-color css
<style>
span { border-color: #FEC0F4; }
span { border-color: rgb(254,192,244); }
td.TdClassName
{
border-color: #FEC0F4;
}
.TagClassName
{
border-color: #FEC0F4;
}
</style>