Shades of Lavender Rose #FE9AD6
Tints of Lavender Rose #FE9AD6
RGB
CMYK
RGB Variations
Color information
#FE9AD6 (or 0xFE9AD6) is known color: Lavender Rose. HEX triplet: FE, 9A and D6. RGB value is (254,154,214). Sum of RGB (Red+Green+Blue) = 254+154+214=622 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.84% from 622); Green value is 154 (60.55% from 255 or 24.76% from 622); Blue value is 214 (83.98% from 255 or 34.41% from 622); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9AD6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9AD6 is #016529. Grayscale: #BEBEBE. Windows color (decimal): -91434 or 14064382. OLE color: 14064382.
HSL color Cylindrical-coordinate representation of color #FE9AD6: hue angle of 324º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FE9AD6 is Cyan = 0, Magento = 0.39, Yellow = 0.16 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 154 | 214 | - |
| CMYK | 0 | 0.39 | 0.16 | 0.00 |
| HSL | 324º | 0.98% | 0.8% | - |
| HSV(B) | 324º | 0.39% | 1% | - |
| XYZ | 64.57 | 49.04 | 69.68 | - |
| YUV | 190.74 | 141.13 | 173.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 154 | 214 | 0 | 0.39 | 0.16 | 0.00 | 324 | 0.98 | 0.8 |
| Hex | FE | 9A | D6 | 0 | 27 | 10 | 0 | 144 | 62 | 50 |
| Octal | 376 | 232 | 326 | 0 | 47 | 20 | 0 | 504 | 142 | 120 |
| Binary | 11111110 | 10011010 | 11010110 | 0 | 100111 | 10000 | 0 | 101000100 | 1100010 | 1010000 |
Color Harmonies of #FE9AD6
Complementary color
Monochromatic Colors of #FE9AD6
Black with #FE9AD6
Text Example
Text Example
White with #FE9AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9AD6; }
p { color: rgb(254,154,214); }
H1.HeaderClassName
{
color: #FE9AD6;
}
.AnyTagClassName
{
color: #FE9AD6;
}
</style>
background-color css
<style>
a { background-color: #FE9AD6; }
a { background-color: rgb(254,154,214); }
div.DivClassName
{
background-color: #FE9AD6;
}
.BgClassName
{
background-color: #FE9AD6;
}
</style>
border-color css
<style>
span { border-color: #FE9AD6; }
span { border-color: rgb(254,154,214); }
td.TdClassName
{
border-color: #FE9AD6;
}
.TagClassName
{
border-color: #FE9AD6;
}
</style>