Shades of Lavender Rose #FEC0F2
Tints of Lavender Rose #FEC0F2
RGB
CMYK
RGB Variations
Color information
#FEC0F2 (or 0xFEC0F2) is known color: Lavender Rose. HEX triplet: FE, C0 and F2. RGB value is (254,192,242). Sum of RGB (Red+Green+Blue) = 254+192+242=688 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.92% from 688); Green value is 192 (75.39% from 255 or 27.91% from 688); Blue value is 242 (94.92% from 255 or 35.17% from 688); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC0F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC0F2 is #013F0D. Grayscale: #D8D8D8. Windows color (decimal): -81678 or 15909118. OLE color: 15909118.
HSL color Cylindrical-coordinate representation of color #FEC0F2: hue angle of 311.61º 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 #FEC0F2 is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 192 | 242 | - |
| CMYK | 0 | 0.24 | 0.05 | 0.00 |
| HSL | 311.61º | 0.97% | 0.87% | - |
| HSV(B) | 311.61º | 0.24% | 1% | - |
| XYZ | 75.75 | 65.18 | 92.59 | - |
| YUV | 216.24 | 142.54 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 192 | 242 | 0 | 0.24 | 0.05 | 0.00 | 311.61 | 0.97 | 0.87 |
| Hex | FE | C0 | F2 | 0 | 18 | 5 | 0 | 138 | 61 | 57 |
| Octal | 376 | 300 | 362 | 0 | 30 | 5 | 0 | 470 | 141 | 127 |
| Binary | 11111110 | 11000000 | 11110010 | 0 | 11000 | 101 | 0 | 100111000 | 1100001 | 1010111 |
Color Harmonies of #FEC0F2
Complementary color
Monochromatic Colors of #FEC0F2
Black with #FEC0F2
Text Example
Text Example
White with #FEC0F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC0F2; }
p { color: rgb(254,192,242); }
H1.HeaderClassName
{
color: #FEC0F2;
}
.AnyTagClassName
{
color: #FEC0F2;
}
</style>
background-color css
<style>
a { background-color: #FEC0F2; }
a { background-color: rgb(254,192,242); }
div.DivClassName
{
background-color: #FEC0F2;
}
.BgClassName
{
background-color: #FEC0F2;
}
</style>
border-color css
<style>
span { border-color: #FEC0F2; }
span { border-color: rgb(254,192,242); }
td.TdClassName
{
border-color: #FEC0F2;
}
.TagClassName
{
border-color: #FEC0F2;
}
</style>