Shades of Lavender Rose #FEA7DF
Tints of Lavender Rose #FEA7DF
RGB
CMYK
RGB Variations
Color information
#FEA7DF (or 0xFEA7DF) is known color: Lavender Rose. HEX triplet: FE, A7 and DF. RGB value is (254,167,223). Sum of RGB (Red+Green+Blue) = 254+167+223=644 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.44% from 644); Green value is 167 (65.62% from 255 or 25.93% from 644); Blue value is 223 (87.5% from 255 or 34.63% from 644); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA7DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA7DF is #015820. Grayscale: #C7C7C7. Windows color (decimal): -88097 or 14657534. OLE color: 14657534.
HSL color Cylindrical-coordinate representation of color #FEA7DF: hue angle of 321.38º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FEA7DF is Cyan = 0, Magento = 0.34, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 167 | 223 | - |
| CMYK | 0 | 0.34 | 0.12 | 0.00 |
| HSL | 321.38º | 0.98% | 0.83% | - |
| HSV(B) | 321.38º | 0.34% | 1% | - |
| XYZ | 68.01 | 54.04 | 76.66 | - |
| YUV | 199.4 | 141.32 | 166.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 167 | 223 | 0 | 0.34 | 0.12 | 0.00 | 321.38 | 0.98 | 0.83 |
| Hex | FE | A7 | DF | 0 | 22 | C | 0 | 141 | 62 | 53 |
| Octal | 376 | 247 | 337 | 0 | 42 | 14 | 0 | 501 | 142 | 123 |
| Binary | 11111110 | 10100111 | 11011111 | 0 | 100010 | 1100 | 0 | 101000001 | 1100010 | 1010011 |
Color Harmonies of #FEA7DF
Complementary color
Monochromatic Colors of #FEA7DF
Black with #FEA7DF
Text Example
Text Example
White with #FEA7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA7DF; }
p { color: rgb(254,167,223); }
H1.HeaderClassName
{
color: #FEA7DF;
}
.AnyTagClassName
{
color: #FEA7DF;
}
</style>
background-color css
<style>
a { background-color: #FEA7DF; }
a { background-color: rgb(254,167,223); }
div.DivClassName
{
background-color: #FEA7DF;
}
.BgClassName
{
background-color: #FEA7DF;
}
</style>
border-color css
<style>
span { border-color: #FEA7DF; }
span { border-color: rgb(254,167,223); }
td.TdClassName
{
border-color: #FEA7DF;
}
.TagClassName
{
border-color: #FEA7DF;
}
</style>