Shades of Lavender Rose #FFC0F6
Tints of Lavender Rose #FFC0F6
RGB
CMYK
RGB Variations
Color information
#FFC0F6 (or 0xFFC0F6) is known color: Lavender Rose. HEX triplet: FF, C0 and F6. RGB value is (255,192,246). Sum of RGB (Red+Green+Blue) = 255+192+246=693 (91% of max value = 765). Red value is 255 (100% from 255 or 36.80% from 693); Green value is 192 (75.39% from 255 or 27.71% from 693); Blue value is 246 (96.48% from 255 or 35.50% from 693); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC0F6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC0F6 is #003F09. Grayscale: #D8D8D8. Windows color (decimal): -16138 or 16171263. OLE color: 16171263.
HSL color Cylindrical-coordinate representation of color #FFC0F6: hue angle of 308.57º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FFC0F6 is Cyan = 0, Magento = 0.25, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 192 | 246 | - |
| CMYK | 0 | 0.25 | 0.04 | 0 |
| HSL | 308.57º | 1% | 0.88% | - |
| HSV(B) | 308.57º | 0.25% | 1% | - |
| XYZ | 76.72 | 65.61 | 95.81 | - |
| YUV | 216.99 | 144.37 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 192 | 246 | 0 | 0.25 | 0.04 | 0 | 308.57 | 1 | 0.88 |
| Hex | FF | C0 | F6 | 0 | 19 | 4 | 0 | 135 | 64 | 58 |
| Octal | 377 | 300 | 366 | 0 | 31 | 4 | 0 | 465 | 144 | 130 |
| Binary | 11111111 | 11000000 | 11110110 | 0 | 11001 | 100 | 0 | 100110101 | 1100100 | 1011000 |
Color Harmonies of #FFC0F6
Complementary color
Monochromatic Colors of #FFC0F6
Black with #FFC0F6
Text Example
Text Example
White with #FFC0F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC0F6; }
p { color: rgb(255,192,246); }
H1.HeaderClassName
{
color: #FFC0F6;
}
.AnyTagClassName
{
color: #FFC0F6;
}
</style>
background-color css
<style>
a { background-color: #FFC0F6; }
a { background-color: rgb(255,192,246); }
div.DivClassName
{
background-color: #FFC0F6;
}
.BgClassName
{
background-color: #FFC0F6;
}
</style>
border-color css
<style>
span { border-color: #FFC0F6; }
span { border-color: rgb(255,192,246); }
td.TdClassName
{
border-color: #FFC0F6;
}
.TagClassName
{
border-color: #FFC0F6;
}
</style>