Shades of Lavender Rose #FEA5F4
Tints of Lavender Rose #FEA5F4
RGB
CMYK
RGB Variations
Color information
#FEA5F4 (or 0xFEA5F4) is known color: Lavender Rose. HEX triplet: FE, A5 and F4. RGB value is (254,165,244). Sum of RGB (Red+Green+Blue) = 254+165+244=663 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.31% from 663); Green value is 165 (64.84% from 255 or 24.89% from 663); Blue value is 244 (95.70% from 255 or 36.80% from 663); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA5F4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA5F4 is #015A0B. Grayscale: #C8C8C8. Windows color (decimal): -88588 or 16033278. OLE color: 16033278.
HSL color Cylindrical-coordinate representation of color #FEA5F4: hue angle of 306.74º 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 #FEA5F4 is Cyan = 0, Magento = 0.35, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 165 | 244 | - |
| CMYK | 0 | 0.35 | 0.04 | 0.00 |
| HSL | 306.74º | 0.98% | 0.82% | - |
| HSV(B) | 306.74º | 0.35% | 1% | - |
| XYZ | 70.66 | 54.51 | 92.39 | - |
| YUV | 200.62 | 152.49 | 166.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 165 | 244 | 0 | 0.35 | 0.04 | 0.00 | 306.74 | 0.98 | 0.82 |
| Hex | FE | A5 | F4 | 0 | 23 | 4 | 0 | 133 | 62 | 52 |
| Octal | 376 | 245 | 364 | 0 | 43 | 4 | 0 | 463 | 142 | 122 |
| Binary | 11111110 | 10100101 | 11110100 | 0 | 100011 | 100 | 0 | 100110011 | 1100010 | 1010010 |
Color Harmonies of #FEA5F4
Complementary color
Monochromatic Colors of #FEA5F4
Black with #FEA5F4
Text Example
Text Example
White with #FEA5F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA5F4; }
p { color: rgb(254,165,244); }
H1.HeaderClassName
{
color: #FEA5F4;
}
.AnyTagClassName
{
color: #FEA5F4;
}
</style>
background-color css
<style>
a { background-color: #FEA5F4; }
a { background-color: rgb(254,165,244); }
div.DivClassName
{
background-color: #FEA5F4;
}
.BgClassName
{
background-color: #FEA5F4;
}
</style>
border-color css
<style>
span { border-color: #FEA5F4; }
span { border-color: rgb(254,165,244); }
td.TdClassName
{
border-color: #FEA5F4;
}
.TagClassName
{
border-color: #FEA5F4;
}
</style>