Shades of Lavender Rose #FF9CF6
Tints of Lavender Rose #FF9CF6
RGB
CMYK
RGB Variations
Color information
#FF9CF6 (or 0xFF9CF6) is known color: Lavender Rose. HEX triplet: FF, 9C and F6. RGB value is (255,156,246). Sum of RGB (Red+Green+Blue) = 255+156+246=657 (87% of max value = 765). Red value is 255 (100% from 255 or 38.81% from 657); Green value is 156 (61.33% from 255 or 23.74% from 657); Blue value is 246 (96.48% from 255 or 37.44% from 657); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9CF6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF9CF6 is #006309. Grayscale: #C3C3C3. Windows color (decimal): -25354 or 16162047. OLE color: 16162047.
HSL color Cylindrical-coordinate representation of color #FF9CF6: hue angle of 305.45º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FF9CF6 is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 156 | 246 | - |
| CMYK | 0 | 0.39 | 0.04 | 0 |
| HSL | 305.45º | 1% | 0.81% | - |
| HSV(B) | 305.45º | 0.39% | 1% | - |
| XYZ | 69.76 | 51.69 | 93.49 | - |
| YUV | 195.86 | 156.3 | 170.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 156 | 246 | 0 | 0.39 | 0.04 | 0 | 305.45 | 1 | 0.81 |
| Hex | FF | 9C | F6 | 0 | 27 | 4 | 0 | 131 | 64 | 51 |
| Octal | 377 | 234 | 366 | 0 | 47 | 4 | 0 | 461 | 144 | 121 |
| Binary | 11111111 | 10011100 | 11110110 | 0 | 100111 | 100 | 0 | 100110001 | 1100100 | 1010001 |
Color Harmonies of #FF9CF6
Complementary color
Monochromatic Colors of #FF9CF6
Black with #FF9CF6
Text Example
Text Example
White with #FF9CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9CF6; }
p { color: rgb(255,156,246); }
H1.HeaderClassName
{
color: #FF9CF6;
}
.AnyTagClassName
{
color: #FF9CF6;
}
</style>
background-color css
<style>
a { background-color: #FF9CF6; }
a { background-color: rgb(255,156,246); }
div.DivClassName
{
background-color: #FF9CF6;
}
.BgClassName
{
background-color: #FF9CF6;
}
</style>
border-color css
<style>
span { border-color: #FF9CF6; }
span { border-color: rgb(255,156,246); }
td.TdClassName
{
border-color: #FF9CF6;
}
.TagClassName
{
border-color: #FF9CF6;
}
</style>