Shades of Lavender Rose #FEA1DF
Tints of Lavender Rose #FEA1DF
RGB
CMYK
RGB Variations
Color information
#FEA1DF (or 0xFEA1DF) is known color: Lavender Rose. HEX triplet: FE, A1 and DF. RGB value is (254,161,223). Sum of RGB (Red+Green+Blue) = 254+161+223=638 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.81% from 638); Green value is 161 (63.28% from 255 or 25.24% from 638); Blue value is 223 (87.5% from 255 or 34.95% from 638); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA1DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA1DF is #015E20. Grayscale: #C3C3C3. Windows color (decimal): -89633 or 14655998. OLE color: 14655998.
HSL color Cylindrical-coordinate representation of color #FEA1DF: hue angle of 320º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FEA1DF is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 161 | 223 | - |
| CMYK | 0 | 0.37 | 0.12 | 0.00 |
| HSL | 320º | 0.98% | 0.81% | - |
| HSV(B) | 320º | 0.37% | 1% | - |
| XYZ | 66.94 | 51.89 | 76.3 | - |
| YUV | 195.88 | 143.31 | 169.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 161 | 223 | 0 | 0.37 | 0.12 | 0.00 | 320 | 0.98 | 0.81 |
| Hex | FE | A1 | DF | 0 | 25 | C | 0 | 140 | 62 | 51 |
| Octal | 376 | 241 | 337 | 0 | 45 | 14 | 0 | 500 | 142 | 121 |
| Binary | 11111110 | 10100001 | 11011111 | 0 | 100101 | 1100 | 0 | 101000000 | 1100010 | 1010001 |
Color Harmonies of #FEA1DF
Complementary color
Monochromatic Colors of #FEA1DF
Black with #FEA1DF
Text Example
Text Example
White with #FEA1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA1DF; }
p { color: rgb(254,161,223); }
H1.HeaderClassName
{
color: #FEA1DF;
}
.AnyTagClassName
{
color: #FEA1DF;
}
</style>
background-color css
<style>
a { background-color: #FEA1DF; }
a { background-color: rgb(254,161,223); }
div.DivClassName
{
background-color: #FEA1DF;
}
.BgClassName
{
background-color: #FEA1DF;
}
</style>
border-color css
<style>
span { border-color: #FEA1DF; }
span { border-color: rgb(254,161,223); }
td.TdClassName
{
border-color: #FEA1DF;
}
.TagClassName
{
border-color: #FEA1DF;
}
</style>