Shades of Lavender Rose #FEAEFC
Tints of Lavender Rose #FEAEFC
RGB
CMYK
RGB Variations
Color information
#FEAEFC (or 0xFEAEFC) is known color: Lavender Rose. HEX triplet: FE, AE and FC. RGB value is (254,174,252). Sum of RGB (Red+Green+Blue) = 254+174+252=680 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.35% from 680); Green value is 174 (68.36% from 255 or 25.59% from 680); Blue value is 252 (98.83% from 255 or 37.06% from 680); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAEFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEAEFC is #015103. Grayscale: #CECECE. Windows color (decimal): -86276 or 16559870. OLE color: 16559870.
HSL color Cylindrical-coordinate representation of color #FEAEFC: hue angle of 301.5º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FEAEFC is Cyan = 0, Magento = 0.31, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 174 | 252 | - |
| CMYK | 0 | 0.31 | 0.01 | 0.00 |
| HSL | 301.5º | 0.98% | 0.84% | - |
| HSV(B) | 301.5º | 0.31% | 1% | - |
| XYZ | 73.58 | 58.37 | 99.48 | - |
| YUV | 206.81 | 153.5 | 161.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 174 | 252 | 0 | 0.31 | 0.01 | 0.00 | 301.5 | 0.98 | 0.84 |
| Hex | FE | AE | FC | 0 | 1F | 1 | 0 | 12E | 62 | 54 |
| Octal | 376 | 256 | 374 | 0 | 37 | 1 | 0 | 456 | 142 | 124 |
| Binary | 11111110 | 10101110 | 11111100 | 0 | 11111 | 1 | 0 | 100101110 | 1100010 | 1010100 |
Color Harmonies of #FEAEFC
Complementary color
Monochromatic Colors of #FEAEFC
Black with #FEAEFC
Text Example
Text Example
White with #FEAEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAEFC; }
p { color: rgb(254,174,252); }
H1.HeaderClassName
{
color: #FEAEFC;
}
.AnyTagClassName
{
color: #FEAEFC;
}
</style>
background-color css
<style>
a { background-color: #FEAEFC; }
a { background-color: rgb(254,174,252); }
div.DivClassName
{
background-color: #FEAEFC;
}
.BgClassName
{
background-color: #FEAEFC;
}
</style>
border-color css
<style>
span { border-color: #FEAEFC; }
span { border-color: rgb(254,174,252); }
td.TdClassName
{
border-color: #FEAEFC;
}
.TagClassName
{
border-color: #FEAEFC;
}
</style>