Shades of Lavender Rose #FEA8F4
Tints of Lavender Rose #FEA8F4
RGB
CMYK
RGB Variations
Color information
#FEA8F4 (or 0xFEA8F4) is known color: Lavender Rose. HEX triplet: FE, A8 and F4. RGB value is (254,168,244). Sum of RGB (Red+Green+Blue) = 254+168+244=666 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.14% from 666); Green value is 168 (66.02% from 255 or 25.23% from 666); Blue value is 244 (95.70% from 255 or 36.64% from 666); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA8F4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA8F4 is #01570B. Grayscale: #CACACA. Windows color (decimal): -87820 or 16034046. OLE color: 16034046.
HSL color Cylindrical-coordinate representation of color #FEA8F4: hue angle of 306.98º 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 #FEA8F4 is Cyan = 0, Magento = 0.34, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 168 | 244 | - |
| CMYK | 0 | 0.34 | 0.04 | 0.00 |
| HSL | 306.98º | 0.98% | 0.83% | - |
| HSV(B) | 306.98º | 0.34% | 1% | - |
| XYZ | 71.2 | 55.61 | 92.57 | - |
| YUV | 202.38 | 151.49 | 164.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 168 | 244 | 0 | 0.34 | 0.04 | 0.00 | 306.98 | 0.98 | 0.83 |
| Hex | FE | A8 | F4 | 0 | 22 | 4 | 0 | 133 | 62 | 53 |
| Octal | 376 | 250 | 364 | 0 | 42 | 4 | 0 | 463 | 142 | 123 |
| Binary | 11111110 | 10101000 | 11110100 | 0 | 100010 | 100 | 0 | 100110011 | 1100010 | 1010011 |
Color Harmonies of #FEA8F4
Complementary color
Monochromatic Colors of #FEA8F4
Black with #FEA8F4
Text Example
Text Example
White with #FEA8F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA8F4; }
p { color: rgb(254,168,244); }
H1.HeaderClassName
{
color: #FEA8F4;
}
.AnyTagClassName
{
color: #FEA8F4;
}
</style>
background-color css
<style>
a { background-color: #FEA8F4; }
a { background-color: rgb(254,168,244); }
div.DivClassName
{
background-color: #FEA8F4;
}
.BgClassName
{
background-color: #FEA8F4;
}
</style>
border-color css
<style>
span { border-color: #FEA8F4; }
span { border-color: rgb(254,168,244); }
td.TdClassName
{
border-color: #FEA8F4;
}
.TagClassName
{
border-color: #FEA8F4;
}
</style>