Shades of Lavender Rose #FEAFE1
Tints of Lavender Rose #FEAFE1
RGB
CMYK
RGB Variations
Color information
#FEAFE1 (or 0xFEAFE1) is known color: Lavender Rose. HEX triplet: FE, AF and E1. RGB value is (254,175,225). Sum of RGB (Red+Green+Blue) = 254+175+225=654 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.84% from 654); Green value is 175 (68.75% from 255 or 26.76% from 654); Blue value is 225 (88.28% from 255 or 34.40% from 654); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAFE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEAFE1 is #01501E. Grayscale: #CCCCCC. Windows color (decimal): -86047 or 14790654. OLE color: 14790654.
HSL color Cylindrical-coordinate representation of color #FEAFE1: hue angle of 322.03º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FEAFE1 is Cyan = 0, Magento = 0.31, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 175 | 225 | - |
| CMYK | 0 | 0.31 | 0.11 | 0.00 |
| HSL | 322.03º | 0.98% | 0.84% | - |
| HSV(B) | 322.03º | 0.31% | 1% | - |
| XYZ | 69.79 | 57.17 | 78.59 | - |
| YUV | 204.32 | 139.67 | 163.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 175 | 225 | 0 | 0.31 | 0.11 | 0.00 | 322.03 | 0.98 | 0.84 |
| Hex | FE | AF | E1 | 0 | 1F | B | 0 | 142 | 62 | 54 |
| Octal | 376 | 257 | 341 | 0 | 37 | 13 | 0 | 502 | 142 | 124 |
| Binary | 11111110 | 10101111 | 11100001 | 0 | 11111 | 1011 | 0 | 101000010 | 1100010 | 1010100 |
Color Harmonies of #FEAFE1
Complementary color
Monochromatic Colors of #FEAFE1
Black with #FEAFE1
Text Example
Text Example
White with #FEAFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAFE1; }
p { color: rgb(254,175,225); }
H1.HeaderClassName
{
color: #FEAFE1;
}
.AnyTagClassName
{
color: #FEAFE1;
}
</style>
background-color css
<style>
a { background-color: #FEAFE1; }
a { background-color: rgb(254,175,225); }
div.DivClassName
{
background-color: #FEAFE1;
}
.BgClassName
{
background-color: #FEAFE1;
}
</style>
border-color css
<style>
span { border-color: #FEAFE1; }
span { border-color: rgb(254,175,225); }
td.TdClassName
{
border-color: #FEAFE1;
}
.TagClassName
{
border-color: #FEAFE1;
}
</style>