Shades of Lavender Rose #FEA2F4
Tints of Lavender Rose #FEA2F4
RGB
CMYK
RGB Variations
Color information
#FEA2F4 (or 0xFEA2F4) is known color: Lavender Rose. HEX triplet: FE, A2 and F4. RGB value is (254,162,244). Sum of RGB (Red+Green+Blue) = 254+162+244=660 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.48% from 660); Green value is 162 (63.67% from 255 or 24.55% from 660); Blue value is 244 (95.70% from 255 or 36.97% from 660); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA2F4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA2F4 is #015D0B. Grayscale: #C6C6C6. Windows color (decimal): -89356 or 16032510. OLE color: 16032510.
HSL color Cylindrical-coordinate representation of color #FEA2F4: hue angle of 306.52º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FEA2F4 is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 162 | 244 | - |
| CMYK | 0 | 0.36 | 0.04 | 0.00 |
| HSL | 306.52º | 0.98% | 0.82% | - |
| HSV(B) | 306.52º | 0.36% | 1% | - |
| XYZ | 70.12 | 53.44 | 92.21 | - |
| YUV | 198.86 | 153.48 | 167.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 162 | 244 | 0 | 0.36 | 0.04 | 0.00 | 306.52 | 0.98 | 0.82 |
| Hex | FE | A2 | F4 | 0 | 24 | 4 | 0 | 133 | 62 | 52 |
| Octal | 376 | 242 | 364 | 0 | 44 | 4 | 0 | 463 | 142 | 122 |
| Binary | 11111110 | 10100010 | 11110100 | 0 | 100100 | 100 | 0 | 100110011 | 1100010 | 1010010 |
Color Harmonies of #FEA2F4
Complementary color
Monochromatic Colors of #FEA2F4
Black with #FEA2F4
Text Example
Text Example
White with #FEA2F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA2F4; }
p { color: rgb(254,162,244); }
H1.HeaderClassName
{
color: #FEA2F4;
}
.AnyTagClassName
{
color: #FEA2F4;
}
</style>
background-color css
<style>
a { background-color: #FEA2F4; }
a { background-color: rgb(254,162,244); }
div.DivClassName
{
background-color: #FEA2F4;
}
.BgClassName
{
background-color: #FEA2F4;
}
</style>
border-color css
<style>
span { border-color: #FEA2F4; }
span { border-color: rgb(254,162,244); }
td.TdClassName
{
border-color: #FEA2F4;
}
.TagClassName
{
border-color: #FEA2F4;
}
</style>