Shades of Lavender Rose #FEAEFD
Tints of Lavender Rose #FEAEFD
RGB
CMYK
RGB Variations
Color information
#FEAEFD (or 0xFEAEFD) is known color: Lavender Rose. HEX triplet: FE, AE and FD. RGB value is (254,174,253). Sum of RGB (Red+Green+Blue) = 254+174+253=681 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.30% from 681); Green value is 174 (68.36% from 255 or 25.55% from 681); Blue value is 253 (99.22% from 255 or 37.15% from 681); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAEFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEAEFD is #015102. Grayscale: #CECECE. Windows color (decimal): -86275 or 16625406. OLE color: 16625406.
HSL color Cylindrical-coordinate representation of color #FEAEFD: hue angle of 300.75º 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 #FEAEFD is Cyan = 0, Magento = 0.31, Yellow = 0.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 174 | 253 | - |
| CMYK | 0 | 0.31 | 0.00 | 0.00 |
| HSL | 300.75º | 0.98% | 0.84% | - |
| HSV(B) | 300.75º | 0.31% | 1% | - |
| XYZ | 73.74 | 58.43 | 100.32 | - |
| YUV | 206.93 | 154 | 161.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 174 | 253 | 0 | 0.31 | 0.00 | 0.00 | 300.75 | 0.98 | 0.84 |
| Hex | FE | AE | FD | 0 | 1F | 0 | 0 | 12D | 62 | 54 |
| Octal | 376 | 256 | 375 | 0 | 37 | 0 | 0 | 455 | 142 | 124 |
| Binary | 11111110 | 10101110 | 11111101 | 0 | 11111 | 0 | 0 | 100101101 | 1100010 | 1010100 |
Color Harmonies of #FEAEFD
Complementary color
Monochromatic Colors of #FEAEFD
Black with #FEAEFD
Text Example
Text Example
White with #FEAEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAEFD; }
p { color: rgb(254,174,253); }
H1.HeaderClassName
{
color: #FEAEFD;
}
.AnyTagClassName
{
color: #FEAEFD;
}
</style>
background-color css
<style>
a { background-color: #FEAEFD; }
a { background-color: rgb(254,174,253); }
div.DivClassName
{
background-color: #FEAEFD;
}
.BgClassName
{
background-color: #FEAEFD;
}
</style>
border-color css
<style>
span { border-color: #FEAEFD; }
span { border-color: rgb(254,174,253); }
td.TdClassName
{
border-color: #FEAEFD;
}
.TagClassName
{
border-color: #FEAEFD;
}
</style>