Shades of Lavender Rose #FEABFD
Tints of Lavender Rose #FEABFD
RGB
CMYK
RGB Variations
Color information
#FEABFD (or 0xFEABFD) is known color: Lavender Rose. HEX triplet: FE, AB and FD. RGB value is (254,171,253). Sum of RGB (Red+Green+Blue) = 254+171+253=678 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.46% from 678); Green value is 171 (67.19% from 255 or 25.22% from 678); Blue value is 253 (99.22% from 255 or 37.32% from 678); Max value from RGB is 254 - color contains mainly: red. Hex color #FEABFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEABFD is #015402. Grayscale: #CCCCCC. Windows color (decimal): -87043 or 16624638. OLE color: 16624638.
HSL color Cylindrical-coordinate representation of color #FEABFD: hue angle of 300.72º 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 #FEABFD is Cyan = 0, Magento = 0.33, Yellow = 0.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 171 | 253 | - |
| CMYK | 0 | 0.33 | 0.00 | 0.00 |
| HSL | 300.72º | 0.98% | 0.83% | - |
| HSV(B) | 300.72º | 0.33% | 1% | - |
| XYZ | 73.17 | 57.29 | 100.13 | - |
| YUV | 205.17 | 155 | 162.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 171 | 253 | 0 | 0.33 | 0.00 | 0.00 | 300.72 | 0.98 | 0.83 |
| Hex | FE | AB | FD | 0 | 21 | 0 | 0 | 12D | 62 | 53 |
| Octal | 376 | 253 | 375 | 0 | 41 | 0 | 0 | 455 | 142 | 123 |
| Binary | 11111110 | 10101011 | 11111101 | 0 | 100001 | 0 | 0 | 100101101 | 1100010 | 1010011 |
Color Harmonies of #FEABFD
Complementary color
Monochromatic Colors of #FEABFD
Black with #FEABFD
Text Example
Text Example
White with #FEABFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEABFD; }
p { color: rgb(254,171,253); }
H1.HeaderClassName
{
color: #FEABFD;
}
.AnyTagClassName
{
color: #FEABFD;
}
</style>
background-color css
<style>
a { background-color: #FEABFD; }
a { background-color: rgb(254,171,253); }
div.DivClassName
{
background-color: #FEABFD;
}
.BgClassName
{
background-color: #FEABFD;
}
</style>
border-color css
<style>
span { border-color: #FEABFD; }
span { border-color: rgb(254,171,253); }
td.TdClassName
{
border-color: #FEABFD;
}
.TagClassName
{
border-color: #FEABFD;
}
</style>