Shades of Lavender Rose #FF9AED
Tints of Lavender Rose #FF9AED
RGB
CMYK
RGB Variations
Color information
#FF9AED (or 0xFF9AED) is known color: Lavender Rose. HEX triplet: FF, 9A and ED. RGB value is (255,154,237). Sum of RGB (Red+Green+Blue) = 255+154+237=646 (85% of max value = 765). Red value is 255 (100% from 255 or 39.47% from 646); Green value is 154 (60.55% from 255 or 23.84% from 646); Blue value is 237 (92.97% from 255 or 36.69% from 646); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9AED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF9AED is #006512. Grayscale: #C1C1C1. Windows color (decimal): -25875 or 15571711. OLE color: 15571711.
HSL color Cylindrical-coordinate representation of color #FF9AED: hue angle of 310.69º 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 #FF9AED is Cyan = 0, Magento = 0.40, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 154 | 237 | - |
| CMYK | 0 | 0.40 | 0.07 | 0 |
| HSL | 310.69º | 1% | 0.8% | - |
| HSV(B) | 310.69º | 0.4% | 1% | - |
| XYZ | 68.08 | 50.49 | 86.28 | - |
| YUV | 193.66 | 152.46 | 171.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 154 | 237 | 0 | 0.40 | 0.07 | 0 | 310.69 | 1 | 0.8 |
| Hex | FF | 9A | ED | 0 | 28 | 7 | 0 | 137 | 64 | 50 |
| Octal | 377 | 232 | 355 | 0 | 50 | 7 | 0 | 467 | 144 | 120 |
| Binary | 11111111 | 10011010 | 11101101 | 0 | 101000 | 111 | 0 | 100110111 | 1100100 | 1010000 |
Color Harmonies of #FF9AED
Complementary color
Monochromatic Colors of #FF9AED
Black with #FF9AED
Text Example
Text Example
White with #FF9AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9AED; }
p { color: rgb(255,154,237); }
H1.HeaderClassName
{
color: #FF9AED;
}
.AnyTagClassName
{
color: #FF9AED;
}
</style>
background-color css
<style>
a { background-color: #FF9AED; }
a { background-color: rgb(255,154,237); }
div.DivClassName
{
background-color: #FF9AED;
}
.BgClassName
{
background-color: #FF9AED;
}
</style>
border-color css
<style>
span { border-color: #FF9AED; }
span { border-color: rgb(255,154,237); }
td.TdClassName
{
border-color: #FF9AED;
}
.TagClassName
{
border-color: #FF9AED;
}
</style>