Shades of Lavender Rose #FF9CF4
Tints of Lavender Rose #FF9CF4
RGB
CMYK
RGB Variations
Color information
#FF9CF4 (or 0xFF9CF4) is known color: Lavender Rose. HEX triplet: FF, 9C and F4. RGB value is (255,156,244). Sum of RGB (Red+Green+Blue) = 255+156+244=655 (86% of max value = 765). Red value is 255 (100% from 255 or 38.93% from 655); Green value is 156 (61.33% from 255 or 23.82% from 655); Blue value is 244 (95.70% from 255 or 37.25% from 655); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9CF4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF9CF4 is #00630B. Grayscale: #C3C3C3. Windows color (decimal): -25356 or 16030975. OLE color: 16030975.
HSL color Cylindrical-coordinate representation of color #FF9CF4: hue angle of 306.67º 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 #FF9CF4 is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 156 | 244 | - |
| CMYK | 0 | 0.39 | 0.04 | 0 |
| HSL | 306.67º | 1% | 0.81% | - |
| HSV(B) | 306.67º | 0.39% | 1% | - |
| XYZ | 69.46 | 51.57 | 91.88 | - |
| YUV | 195.63 | 155.3 | 170.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 156 | 244 | 0 | 0.39 | 0.04 | 0 | 306.67 | 1 | 0.81 |
| Hex | FF | 9C | F4 | 0 | 27 | 4 | 0 | 133 | 64 | 51 |
| Octal | 377 | 234 | 364 | 0 | 47 | 4 | 0 | 463 | 144 | 121 |
| Binary | 11111111 | 10011100 | 11110100 | 0 | 100111 | 100 | 0 | 100110011 | 1100100 | 1010001 |
Color Harmonies of #FF9CF4
Complementary color
Monochromatic Colors of #FF9CF4
Black with #FF9CF4
Text Example
Text Example
White with #FF9CF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9CF4; }
p { color: rgb(255,156,244); }
H1.HeaderClassName
{
color: #FF9CF4;
}
.AnyTagClassName
{
color: #FF9CF4;
}
</style>
background-color css
<style>
a { background-color: #FF9CF4; }
a { background-color: rgb(255,156,244); }
div.DivClassName
{
background-color: #FF9CF4;
}
.BgClassName
{
background-color: #FF9CF4;
}
</style>
border-color css
<style>
span { border-color: #FF9CF4; }
span { border-color: rgb(255,156,244); }
td.TdClassName
{
border-color: #FF9CF4;
}
.TagClassName
{
border-color: #FF9CF4;
}
</style>