Shades of Lavender Rose #F8C0EC
Tints of Lavender Rose #F8C0EC
RGB
CMYK
RGB Variations
Color information
#F8C0EC (or 0xF8C0EC) is known color: Lavender Rose. HEX triplet: F8, C0 and EC. RGB value is (248,192,236). Sum of RGB (Red+Green+Blue) = 248+192+236=676 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.69% from 676); Green value is 192 (75.39% from 255 or 28.40% from 676); Blue value is 236 (92.58% from 255 or 34.91% from 676); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C0EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8C0EC is #073F13. Grayscale: #D5D5D5. Windows color (decimal): -474900 or 15515896. OLE color: 15515896.
HSL color Cylindrical-coordinate representation of color #F8C0EC: hue angle of 312.86º degrees, saturation: 0.8, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F8C0EC is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 192 | 236 | - |
| CMYK | 0 | 0.23 | 0.05 | 0.03 |
| HSL | 312.86º | 0.8% | 0.86% | - |
| HSV(B) | 312.86º | 0.23% | 0.97% | - |
| XYZ | 72.7 | 63.71 | 87.82 | - |
| YUV | 213.76 | 140.55 | 152.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 192 | 236 | 0 | 0.23 | 0.05 | 0.03 | 312.86 | 0.8 | 0.86 |
| Hex | F8 | C0 | EC | 0 | 17 | 5 | 3 | 139 | 50 | 56 |
| Octal | 370 | 300 | 354 | 0 | 27 | 5 | 3 | 471 | 120 | 126 |
| Binary | 11111000 | 11000000 | 11101100 | 0 | 10111 | 101 | 11 | 100111001 | 1010000 | 1010110 |
Color Harmonies of #F8C0EC
Complementary color
Monochromatic Colors of #F8C0EC
Black with #F8C0EC
Text Example
Text Example
White with #F8C0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C0EC; }
p { color: rgb(248,192,236); }
H1.HeaderClassName
{
color: #F8C0EC;
}
.AnyTagClassName
{
color: #F8C0EC;
}
</style>
background-color css
<style>
a { background-color: #F8C0EC; }
a { background-color: rgb(248,192,236); }
div.DivClassName
{
background-color: #F8C0EC;
}
.BgClassName
{
background-color: #F8C0EC;
}
</style>
border-color css
<style>
span { border-color: #F8C0EC; }
span { border-color: rgb(248,192,236); }
td.TdClassName
{
border-color: #F8C0EC;
}
.TagClassName
{
border-color: #F8C0EC;
}
</style>