Shades of Lavender Rose #FEA6DF
Tints of Lavender Rose #FEA6DF
RGB
CMYK
RGB Variations
Color information
#FEA6DF (or 0xFEA6DF) is known color: Lavender Rose. HEX triplet: FE, A6 and DF. RGB value is (254,166,223). Sum of RGB (Red+Green+Blue) = 254+166+223=643 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.50% from 643); Green value is 166 (65.23% from 255 or 25.82% from 643); Blue value is 223 (87.5% from 255 or 34.68% from 643); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA6DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA6DF is #015920. Grayscale: #C6C6C6. Windows color (decimal): -88353 or 14657278. OLE color: 14657278.
HSL color Cylindrical-coordinate representation of color #FEA6DF: hue angle of 321.14º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FEA6DF is Cyan = 0, Magento = 0.35, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 166 | 223 | - |
| CMYK | 0 | 0.35 | 0.12 | 0.00 |
| HSL | 321.14º | 0.98% | 0.82% | - |
| HSV(B) | 321.14º | 0.35% | 1% | - |
| XYZ | 67.83 | 53.67 | 76.6 | - |
| YUV | 198.81 | 141.65 | 167.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 166 | 223 | 0 | 0.35 | 0.12 | 0.00 | 321.14 | 0.98 | 0.82 |
| Hex | FE | A6 | DF | 0 | 23 | C | 0 | 141 | 62 | 52 |
| Octal | 376 | 246 | 337 | 0 | 43 | 14 | 0 | 501 | 142 | 122 |
| Binary | 11111110 | 10100110 | 11011111 | 0 | 100011 | 1100 | 0 | 101000001 | 1100010 | 1010010 |
Color Harmonies of #FEA6DF
Complementary color
Monochromatic Colors of #FEA6DF
Black with #FEA6DF
Text Example
Text Example
White with #FEA6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA6DF; }
p { color: rgb(254,166,223); }
H1.HeaderClassName
{
color: #FEA6DF;
}
.AnyTagClassName
{
color: #FEA6DF;
}
</style>
background-color css
<style>
a { background-color: #FEA6DF; }
a { background-color: rgb(254,166,223); }
div.DivClassName
{
background-color: #FEA6DF;
}
.BgClassName
{
background-color: #FEA6DF;
}
</style>
border-color css
<style>
span { border-color: #FEA6DF; }
span { border-color: rgb(254,166,223); }
td.TdClassName
{
border-color: #FEA6DF;
}
.TagClassName
{
border-color: #FEA6DF;
}
</style>