Shades of Lavender Rose #FF96F3
Tints of Lavender Rose #FF96F3
RGB
CMYK
RGB Variations
Color information
#FF96F3 (or 0xFF96F3) is known color: Lavender Rose. HEX triplet: FF, 96 and F3. RGB value is (255,150,243). Sum of RGB (Red+Green+Blue) = 255+150+243=648 (85% of max value = 765). Red value is 255 (100% from 255 or 39.35% from 648); Green value is 150 (58.98% from 255 or 23.15% from 648); Blue value is 243 (95.31% from 255 or 37.5% from 648); Max value from RGB is 255 - color contains mainly: red. Hex color #FF96F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF96F3 is #00690C. Grayscale: #BFBFBF. Windows color (decimal): -26893 or 15963903. OLE color: 15963903.
HSL color Cylindrical-coordinate representation of color #FF96F3: hue angle of 306.86º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FF96F3 is Cyan = 0, Magento = 0.41, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 150 | 243 | - |
| CMYK | 0 | 0.41 | 0.05 | 0 |
| HSL | 306.86º | 1% | 0.79% | - |
| HSV(B) | 306.86º | 0.41% | 1% | - |
| XYZ | 68.32 | 49.54 | 90.76 | - |
| YUV | 192 | 156.79 | 172.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 150 | 243 | 0 | 0.41 | 0.05 | 0 | 306.86 | 1 | 0.79 |
| Hex | FF | 96 | F3 | 0 | 29 | 5 | 0 | 133 | 64 | 4F |
| Octal | 377 | 226 | 363 | 0 | 51 | 5 | 0 | 463 | 144 | 117 |
| Binary | 11111111 | 10010110 | 11110011 | 0 | 101001 | 101 | 0 | 100110011 | 1100100 | 1001111 |
Color Harmonies of #FF96F3
Complementary color
Monochromatic Colors of #FF96F3
Black with #FF96F3
Text Example
Text Example
White with #FF96F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF96F3; }
p { color: rgb(255,150,243); }
H1.HeaderClassName
{
color: #FF96F3;
}
.AnyTagClassName
{
color: #FF96F3;
}
</style>
background-color css
<style>
a { background-color: #FF96F3; }
a { background-color: rgb(255,150,243); }
div.DivClassName
{
background-color: #FF96F3;
}
.BgClassName
{
background-color: #FF96F3;
}
</style>
border-color css
<style>
span { border-color: #FF96F3; }
span { border-color: rgb(255,150,243); }
td.TdClassName
{
border-color: #FF96F3;
}
.TagClassName
{
border-color: #FF96F3;
}
</style>