Shades of Lavender Rose #FEAAFC
Tints of Lavender Rose #FEAAFC
RGB
CMYK
RGB Variations
Color information
#FEAAFC (or 0xFEAAFC) is known color: Lavender Rose. HEX triplet: FE, AA and FC. RGB value is (254,170,252). Sum of RGB (Red+Green+Blue) = 254+170+252=676 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.57% from 676); Green value is 170 (66.80% from 255 or 25.15% from 676); Blue value is 252 (98.83% from 255 or 37.28% from 676); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAAFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEAAFC is #015503. Grayscale: #CCCCCC. Windows color (decimal): -87300 or 16558846. OLE color: 16558846.
HSL color Cylindrical-coordinate representation of color #FEAAFC: hue angle of 301.43º 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 #FEAAFC is Cyan = 0, Magento = 0.33, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 170 | 252 | - |
| CMYK | 0 | 0.33 | 0.01 | 0.00 |
| HSL | 301.43º | 0.98% | 0.83% | - |
| HSV(B) | 301.43º | 0.33% | 1% | - |
| XYZ | 72.82 | 56.85 | 99.23 | - |
| YUV | 204.46 | 154.83 | 163.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 170 | 252 | 0 | 0.33 | 0.01 | 0.00 | 301.43 | 0.98 | 0.83 |
| Hex | FE | AA | FC | 0 | 21 | 1 | 0 | 12D | 62 | 53 |
| Octal | 376 | 252 | 374 | 0 | 41 | 1 | 0 | 455 | 142 | 123 |
| Binary | 11111110 | 10101010 | 11111100 | 0 | 100001 | 1 | 0 | 100101101 | 1100010 | 1010011 |
Color Harmonies of #FEAAFC
Complementary color
Monochromatic Colors of #FEAAFC
Black with #FEAAFC
Text Example
Text Example
White with #FEAAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAAFC; }
p { color: rgb(254,170,252); }
H1.HeaderClassName
{
color: #FEAAFC;
}
.AnyTagClassName
{
color: #FEAAFC;
}
</style>
background-color css
<style>
a { background-color: #FEAAFC; }
a { background-color: rgb(254,170,252); }
div.DivClassName
{
background-color: #FEAAFC;
}
.BgClassName
{
background-color: #FEAAFC;
}
</style>
border-color css
<style>
span { border-color: #FEAAFC; }
span { border-color: rgb(254,170,252); }
td.TdClassName
{
border-color: #FEAAFC;
}
.TagClassName
{
border-color: #FEAAFC;
}
</style>