Shades of Lavender Rose #F8C0EB
Tints of Lavender Rose #F8C0EB
RGB
CMYK
RGB Variations
Color information
#F8C0EB (or 0xF8C0EB) is known color: Lavender Rose. HEX triplet: F8, C0 and EB. RGB value is (248,192,235). Sum of RGB (Red+Green+Blue) = 248+192+235=675 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.74% from 675); Green value is 192 (75.39% from 255 or 28.44% from 675); Blue value is 235 (92.19% from 255 or 34.81% from 675); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C0EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8C0EB is #073F14. Grayscale: #D5D5D5. Windows color (decimal): -474901 or 15450360. OLE color: 15450360.
HSL color Cylindrical-coordinate representation of color #F8C0EB: hue angle of 313.93º 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 #F8C0EB is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 192 | 235 | - |
| CMYK | 0 | 0.23 | 0.05 | 0.03 |
| HSL | 313.93º | 0.8% | 0.86% | - |
| HSV(B) | 313.93º | 0.23% | 0.97% | - |
| XYZ | 72.56 | 63.65 | 87.06 | - |
| YUV | 213.65 | 140.05 | 152.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 192 | 235 | 0 | 0.23 | 0.05 | 0.03 | 313.93 | 0.8 | 0.86 |
| Hex | F8 | C0 | EB | 0 | 17 | 5 | 3 | 13A | 50 | 56 |
| Octal | 370 | 300 | 353 | 0 | 27 | 5 | 3 | 472 | 120 | 126 |
| Binary | 11111000 | 11000000 | 11101011 | 0 | 10111 | 101 | 11 | 100111010 | 1010000 | 1010110 |
Color Harmonies of #F8C0EB
Complementary color
Monochromatic Colors of #F8C0EB
Black with #F8C0EB
Text Example
Text Example
White with #F8C0EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C0EB; }
p { color: rgb(248,192,235); }
H1.HeaderClassName
{
color: #F8C0EB;
}
.AnyTagClassName
{
color: #F8C0EB;
}
</style>
background-color css
<style>
a { background-color: #F8C0EB; }
a { background-color: rgb(248,192,235); }
div.DivClassName
{
background-color: #F8C0EB;
}
.BgClassName
{
background-color: #F8C0EB;
}
</style>
border-color css
<style>
span { border-color: #F8C0EB; }
span { border-color: rgb(248,192,235); }
td.TdClassName
{
border-color: #F8C0EB;
}
.TagClassName
{
border-color: #F8C0EB;
}
</style>