Shades of Lavender Rose #FEA4F0
Tints of Lavender Rose #FEA4F0
RGB
CMYK
RGB Variations
Color information
#FEA4F0 (or 0xFEA4F0) is known color: Lavender Rose. HEX triplet: FE, A4 and F0. RGB value is (254,164,240). Sum of RGB (Red+Green+Blue) = 254+164+240=658 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.60% from 658); Green value is 164 (64.45% from 255 or 24.92% from 658); Blue value is 240 (94.14% from 255 or 36.47% from 658); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA4F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA4F0 is #015B0F. Grayscale: #C7C7C7. Windows color (decimal): -88848 or 15770878. OLE color: 15770878.
HSL color Cylindrical-coordinate representation of color #FEA4F0: hue angle of 309.33º 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 #FEA4F0 is Cyan = 0, Magento = 0.35, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 164 | 240 | - |
| CMYK | 0 | 0.35 | 0.06 | 0.00 |
| HSL | 309.33º | 0.98% | 0.82% | - |
| HSV(B) | 309.33º | 0.35% | 1% | - |
| XYZ | 69.88 | 53.91 | 89.16 | - |
| YUV | 199.57 | 150.82 | 166.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 164 | 240 | 0 | 0.35 | 0.06 | 0.00 | 309.33 | 0.98 | 0.82 |
| Hex | FE | A4 | F0 | 0 | 23 | 6 | 0 | 135 | 62 | 52 |
| Octal | 376 | 244 | 360 | 0 | 43 | 6 | 0 | 465 | 142 | 122 |
| Binary | 11111110 | 10100100 | 11110000 | 0 | 100011 | 110 | 0 | 100110101 | 1100010 | 1010010 |
Color Harmonies of #FEA4F0
Complementary color
Monochromatic Colors of #FEA4F0
Black with #FEA4F0
Text Example
Text Example
White with #FEA4F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA4F0; }
p { color: rgb(254,164,240); }
H1.HeaderClassName
{
color: #FEA4F0;
}
.AnyTagClassName
{
color: #FEA4F0;
}
</style>
background-color css
<style>
a { background-color: #FEA4F0; }
a { background-color: rgb(254,164,240); }
div.DivClassName
{
background-color: #FEA4F0;
}
.BgClassName
{
background-color: #FEA4F0;
}
</style>
border-color css
<style>
span { border-color: #FEA4F0; }
span { border-color: rgb(254,164,240); }
td.TdClassName
{
border-color: #FEA4F0;
}
.TagClassName
{
border-color: #FEA4F0;
}
</style>