Shades of Lavender Rose #FFC0F9
Tints of Lavender Rose #FFC0F9
RGB
CMYK
RGB Variations
Color information
#FFC0F9 (or 0xFFC0F9) is known color: Lavender Rose. HEX triplet: FF, C0 and F9. RGB value is (255,192,249). Sum of RGB (Red+Green+Blue) = 255+192+249=696 (92% of max value = 765). Red value is 255 (100% from 255 or 36.64% from 696); Green value is 192 (75.39% from 255 or 27.59% from 696); Blue value is 249 (97.66% from 255 or 35.78% from 696); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC0F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC0F9 is #003F06. Grayscale: #D9D9D9. Windows color (decimal): -16135 or 16367871. OLE color: 16367871.
HSL color Cylindrical-coordinate representation of color #FFC0F9: hue angle of 305.71º 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 #FFC0F9 is Cyan = 0, Magento = 0.25, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 192 | 249 | - |
| CMYK | 0 | 0.25 | 0.02 | 0 |
| HSL | 305.71º | 1% | 0.88% | - |
| HSV(B) | 305.71º | 0.25% | 1% | - |
| XYZ | 77.19 | 65.8 | 98.25 | - |
| YUV | 217.34 | 145.87 | 154.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 192 | 249 | 0 | 0.25 | 0.02 | 0 | 305.71 | 1 | 0.88 |
| Hex | FF | C0 | F9 | 0 | 19 | 2 | 0 | 132 | 64 | 58 |
| Octal | 377 | 300 | 371 | 0 | 31 | 2 | 0 | 462 | 144 | 130 |
| Binary | 11111111 | 11000000 | 11111001 | 0 | 11001 | 10 | 0 | 100110010 | 1100100 | 1011000 |
Color Harmonies of #FFC0F9
Complementary color
Monochromatic Colors of #FFC0F9
Black with #FFC0F9
Text Example
Text Example
White with #FFC0F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC0F9; }
p { color: rgb(255,192,249); }
H1.HeaderClassName
{
color: #FFC0F9;
}
.AnyTagClassName
{
color: #FFC0F9;
}
</style>
background-color css
<style>
a { background-color: #FFC0F9; }
a { background-color: rgb(255,192,249); }
div.DivClassName
{
background-color: #FFC0F9;
}
.BgClassName
{
background-color: #FFC0F9;
}
</style>
border-color css
<style>
span { border-color: #FFC0F9; }
span { border-color: rgb(255,192,249); }
td.TdClassName
{
border-color: #FFC0F9;
}
.TagClassName
{
border-color: #FFC0F9;
}
</style>