Shades of Lavender Rose #FF9AD4
Tints of Lavender Rose #FF9AD4
RGB
CMYK
RGB Variations
Color information
#FF9AD4 (or 0xFF9AD4) is known color: Lavender Rose. HEX triplet: FF, 9A and D4. RGB value is (255,154,212). Sum of RGB (Red+Green+Blue) = 255+154+212=621 (82% of max value = 765). Red value is 255 (100% from 255 or 41.06% from 621); Green value is 154 (60.55% from 255 or 24.80% from 621); Blue value is 212 (83.20% from 255 or 34.14% from 621); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9AD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9AD4 is #00652B. Grayscale: #BEBEBE. Windows color (decimal): -25900 or 13933311. OLE color: 13933311.
HSL color Cylindrical-coordinate representation of color #FF9AD4: hue angle of 325.54º 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 #FF9AD4 is Cyan = 0, Magento = 0.40, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 154 | 212 | - |
| CMYK | 0 | 0.40 | 0.17 | 0 |
| HSL | 325.54º | 1% | 0.8% | - |
| HSV(B) | 325.54º | 0.4% | 1% | - |
| XYZ | 64.68 | 49.12 | 68.36 | - |
| YUV | 190.81 | 139.96 | 173.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 154 | 212 | 0 | 0.40 | 0.17 | 0 | 325.54 | 1 | 0.8 |
| Hex | FF | 9A | D4 | 0 | 28 | 11 | 0 | 146 | 64 | 50 |
| Octal | 377 | 232 | 324 | 0 | 50 | 21 | 0 | 506 | 144 | 120 |
| Binary | 11111111 | 10011010 | 11010100 | 0 | 101000 | 10001 | 0 | 101000110 | 1100100 | 1010000 |
Color Harmonies of #FF9AD4
Complementary color
Monochromatic Colors of #FF9AD4
Black with #FF9AD4
Text Example
Text Example
White with #FF9AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9AD4; }
p { color: rgb(255,154,212); }
H1.HeaderClassName
{
color: #FF9AD4;
}
.AnyTagClassName
{
color: #FF9AD4;
}
</style>
background-color css
<style>
a { background-color: #FF9AD4; }
a { background-color: rgb(255,154,212); }
div.DivClassName
{
background-color: #FF9AD4;
}
.BgClassName
{
background-color: #FF9AD4;
}
</style>
border-color css
<style>
span { border-color: #FF9AD4; }
span { border-color: rgb(255,154,212); }
td.TdClassName
{
border-color: #FF9AD4;
}
.TagClassName
{
border-color: #FF9AD4;
}
</style>