Shades of Lavender Rose #FEA9FB
Tints of Lavender Rose #FEA9FB
RGB
CMYK
RGB Variations
Color information
#FEA9FB (or 0xFEA9FB) is known color: Lavender Rose. HEX triplet: FE, A9 and FB. RGB value is (254,169,251). Sum of RGB (Red+Green+Blue) = 254+169+251=674 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.69% from 674); Green value is 169 (66.41% from 255 or 25.07% from 674); Blue value is 251 (98.44% from 255 or 37.24% from 674); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA9FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA9FB is #015604. Grayscale: #CBCBCB. Windows color (decimal): -87557 or 16493054. OLE color: 16493054.
HSL color Cylindrical-coordinate representation of color #FEA9FB: hue angle of 302.12º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FEA9FB is Cyan = 0, Magento = 0.33, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 169 | 251 | - |
| CMYK | 0 | 0.33 | 0.01 | 0.00 |
| HSL | 302.12º | 0.98% | 0.83% | - |
| HSV(B) | 302.12º | 0.33% | 1% | - |
| XYZ | 72.47 | 56.41 | 98.34 | - |
| YUV | 203.76 | 154.66 | 163.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 169 | 251 | 0 | 0.33 | 0.01 | 0.00 | 302.12 | 0.98 | 0.83 |
| Hex | FE | A9 | FB | 0 | 21 | 1 | 0 | 12E | 62 | 53 |
| Octal | 376 | 251 | 373 | 0 | 41 | 1 | 0 | 456 | 142 | 123 |
| Binary | 11111110 | 10101001 | 11111011 | 0 | 100001 | 1 | 0 | 100101110 | 1100010 | 1010011 |
Color Harmonies of #FEA9FB
Complementary color
Monochromatic Colors of #FEA9FB
Black with #FEA9FB
Text Example
Text Example
White with #FEA9FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA9FB; }
p { color: rgb(254,169,251); }
H1.HeaderClassName
{
color: #FEA9FB;
}
.AnyTagClassName
{
color: #FEA9FB;
}
</style>
background-color css
<style>
a { background-color: #FEA9FB; }
a { background-color: rgb(254,169,251); }
div.DivClassName
{
background-color: #FEA9FB;
}
.BgClassName
{
background-color: #FEA9FB;
}
</style>
border-color css
<style>
span { border-color: #FEA9FB; }
span { border-color: rgb(254,169,251); }
td.TdClassName
{
border-color: #FEA9FB;
}
.TagClassName
{
border-color: #FEA9FB;
}
</style>