Shades of Lavender Rose #FF9AE5
Tints of Lavender Rose #FF9AE5
RGB
CMYK
RGB Variations
Color information
#FF9AE5 (or 0xFF9AE5) is known color: Lavender Rose. HEX triplet: FF, 9A and E5. RGB value is (255,154,229). Sum of RGB (Red+Green+Blue) = 255+154+229=638 (84% of max value = 765). Red value is 255 (100% from 255 or 39.97% from 638); Green value is 154 (60.55% from 255 or 24.14% from 638); Blue value is 229 (89.84% from 255 or 35.89% from 638); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9AE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9AE5 is #00651A. Grayscale: #C0C0C0. Windows color (decimal): -25883 or 15047423. OLE color: 15047423.
HSL color Cylindrical-coordinate representation of color #FF9AE5: hue angle of 315.45º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FF9AE5 is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 154 | 229 | - |
| CMYK | 0 | 0.40 | 0.10 | 0 |
| HSL | 315.45º | 1% | 0.8% | - |
| HSV(B) | 315.45º | 0.4% | 1% | - |
| XYZ | 66.94 | 50.03 | 80.26 | - |
| YUV | 192.75 | 148.46 | 172.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 154 | 229 | 0 | 0.40 | 0.10 | 0 | 315.45 | 1 | 0.8 |
| Hex | FF | 9A | E5 | 0 | 28 | A | 0 | 13B | 64 | 50 |
| Octal | 377 | 232 | 345 | 0 | 50 | 12 | 0 | 473 | 144 | 120 |
| Binary | 11111111 | 10011010 | 11100101 | 0 | 101000 | 1010 | 0 | 100111011 | 1100100 | 1010000 |
Color Harmonies of #FF9AE5
Complementary color
Monochromatic Colors of #FF9AE5
Black with #FF9AE5
Text Example
Text Example
White with #FF9AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9AE5; }
p { color: rgb(255,154,229); }
H1.HeaderClassName
{
color: #FF9AE5;
}
.AnyTagClassName
{
color: #FF9AE5;
}
</style>
background-color css
<style>
a { background-color: #FF9AE5; }
a { background-color: rgb(255,154,229); }
div.DivClassName
{
background-color: #FF9AE5;
}
.BgClassName
{
background-color: #FF9AE5;
}
</style>
border-color css
<style>
span { border-color: #FF9AE5; }
span { border-color: rgb(255,154,229); }
td.TdClassName
{
border-color: #FF9AE5;
}
.TagClassName
{
border-color: #FF9AE5;
}
</style>