Shades of Lavender Rose #FFC0F7
Tints of Lavender Rose #FFC0F7
RGB
CMYK
RGB Variations
Color information
#FFC0F7 (or 0xFFC0F7) is known color: Lavender Rose. HEX triplet: FF, C0 and F7. RGB value is (255,192,247). Sum of RGB (Red+Green+Blue) = 255+192+247=694 (91% of max value = 765). Red value is 255 (100% from 255 or 36.74% from 694); Green value is 192 (75.39% from 255 or 27.67% from 694); Blue value is 247 (96.88% from 255 or 35.59% from 694); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC0F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC0F7 is #003F08. Grayscale: #D8D8D8. Windows color (decimal): -16137 or 16236799. OLE color: 16236799.
HSL color Cylindrical-coordinate representation of color #FFC0F7: hue angle of 307.62º 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 #FFC0F7 is Cyan = 0, Magento = 0.25, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 192 | 247 | - |
| CMYK | 0 | 0.25 | 0.03 | 0 |
| HSL | 307.62º | 1% | 0.88% | - |
| HSV(B) | 307.62º | 0.25% | 1% | - |
| XYZ | 76.88 | 65.67 | 96.62 | - |
| YUV | 217.11 | 144.87 | 155.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 192 | 247 | 0 | 0.25 | 0.03 | 0 | 307.62 | 1 | 0.88 |
| Hex | FF | C0 | F7 | 0 | 19 | 3 | 0 | 134 | 64 | 58 |
| Octal | 377 | 300 | 367 | 0 | 31 | 3 | 0 | 464 | 144 | 130 |
| Binary | 11111111 | 11000000 | 11110111 | 0 | 11001 | 11 | 0 | 100110100 | 1100100 | 1011000 |
Color Harmonies of #FFC0F7
Complementary color
Monochromatic Colors of #FFC0F7
Black with #FFC0F7
Text Example
Text Example
White with #FFC0F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC0F7; }
p { color: rgb(255,192,247); }
H1.HeaderClassName
{
color: #FFC0F7;
}
.AnyTagClassName
{
color: #FFC0F7;
}
</style>
background-color css
<style>
a { background-color: #FFC0F7; }
a { background-color: rgb(255,192,247); }
div.DivClassName
{
background-color: #FFC0F7;
}
.BgClassName
{
background-color: #FFC0F7;
}
</style>
border-color css
<style>
span { border-color: #FFC0F7; }
span { border-color: rgb(255,192,247); }
td.TdClassName
{
border-color: #FFC0F7;
}
.TagClassName
{
border-color: #FFC0F7;
}
</style>