Shades of Lavender Rose #FEABDF
Tints of Lavender Rose #FEABDF
RGB
CMYK
RGB Variations
Color information
#FEABDF (or 0xFEABDF) is known color: Lavender Rose. HEX triplet: FE, AB and DF. RGB value is (254,171,223). Sum of RGB (Red+Green+Blue) = 254+171+223=648 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.20% from 648); Green value is 171 (67.19% from 255 or 26.39% from 648); Blue value is 223 (87.5% from 255 or 34.41% from 648); Max value from RGB is 254 - color contains mainly: red. Hex color #FEABDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEABDF is #015420. Grayscale: #C9C9C9. Windows color (decimal): -87073 or 14658558. OLE color: 14658558.
HSL color Cylindrical-coordinate representation of color #FEABDF: hue angle of 322.41º 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 #FEABDF is Cyan = 0, Magento = 0.33, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 171 | 223 | - |
| CMYK | 0 | 0.33 | 0.12 | 0.00 |
| HSL | 322.41º | 0.98% | 0.83% | - |
| HSV(B) | 322.41º | 0.33% | 1% | - |
| XYZ | 68.76 | 55.52 | 76.91 | - |
| YUV | 201.75 | 140 | 165.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 171 | 223 | 0 | 0.33 | 0.12 | 0.00 | 322.41 | 0.98 | 0.83 |
| Hex | FE | AB | DF | 0 | 21 | C | 0 | 142 | 62 | 53 |
| Octal | 376 | 253 | 337 | 0 | 41 | 14 | 0 | 502 | 142 | 123 |
| Binary | 11111110 | 10101011 | 11011111 | 0 | 100001 | 1100 | 0 | 101000010 | 1100010 | 1010011 |
Color Harmonies of #FEABDF
Complementary color
Monochromatic Colors of #FEABDF
Black with #FEABDF
Text Example
Text Example
White with #FEABDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEABDF; }
p { color: rgb(254,171,223); }
H1.HeaderClassName
{
color: #FEABDF;
}
.AnyTagClassName
{
color: #FEABDF;
}
</style>
background-color css
<style>
a { background-color: #FEABDF; }
a { background-color: rgb(254,171,223); }
div.DivClassName
{
background-color: #FEABDF;
}
.BgClassName
{
background-color: #FEABDF;
}
</style>
border-color css
<style>
span { border-color: #FEABDF; }
span { border-color: rgb(254,171,223); }
td.TdClassName
{
border-color: #FEABDF;
}
.TagClassName
{
border-color: #FEABDF;
}
</style>