Shades of Lavender Rose #FFC0F5
Tints of Lavender Rose #FFC0F5
RGB
CMYK
RGB Variations
Color information
#FFC0F5 (or 0xFFC0F5) is known color: Lavender Rose. HEX triplet: FF, C0 and F5. RGB value is (255,192,245). Sum of RGB (Red+Green+Blue) = 255+192+245=692 (91% of max value = 765). Red value is 255 (100% from 255 or 36.85% from 692); Green value is 192 (75.39% from 255 or 27.75% from 692); Blue value is 245 (96.09% from 255 or 35.40% from 692); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC0F5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC0F5 is #003F0A. Grayscale: #D8D8D8. Windows color (decimal): -16139 or 16105727. OLE color: 16105727.
HSL color Cylindrical-coordinate representation of color #FFC0F5: hue angle of 309.52º 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 #FFC0F5 is Cyan = 0, Magento = 0.25, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 192 | 245 | - |
| CMYK | 0 | 0.25 | 0.04 | 0 |
| HSL | 309.52º | 1% | 0.88% | - |
| HSV(B) | 309.52º | 0.25% | 1% | - |
| XYZ | 76.57 | 65.55 | 95 | - |
| YUV | 216.88 | 143.87 | 155.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 192 | 245 | 0 | 0.25 | 0.04 | 0 | 309.52 | 1 | 0.88 |
| Hex | FF | C0 | F5 | 0 | 19 | 4 | 0 | 136 | 64 | 58 |
| Octal | 377 | 300 | 365 | 0 | 31 | 4 | 0 | 466 | 144 | 130 |
| Binary | 11111111 | 11000000 | 11110101 | 0 | 11001 | 100 | 0 | 100110110 | 1100100 | 1011000 |
Color Harmonies of #FFC0F5
Complementary color
Monochromatic Colors of #FFC0F5
Black with #FFC0F5
Text Example
Text Example
White with #FFC0F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC0F5; }
p { color: rgb(255,192,245); }
H1.HeaderClassName
{
color: #FFC0F5;
}
.AnyTagClassName
{
color: #FFC0F5;
}
</style>
background-color css
<style>
a { background-color: #FFC0F5; }
a { background-color: rgb(255,192,245); }
div.DivClassName
{
background-color: #FFC0F5;
}
.BgClassName
{
background-color: #FFC0F5;
}
</style>
border-color css
<style>
span { border-color: #FFC0F5; }
span { border-color: rgb(255,192,245); }
td.TdClassName
{
border-color: #FFC0F5;
}
.TagClassName
{
border-color: #FFC0F5;
}
</style>