Shades of Lavender Rose #F4A8EA
Tints of Lavender Rose #F4A8EA
RGB
CMYK
RGB Variations
Color information
#F4A8EA (or 0xF4A8EA) is known color: Lavender Rose. HEX triplet: F4, A8 and EA. RGB value is (244,168,234). Sum of RGB (Red+Green+Blue) = 244+168+234=646 (85% of max value = 765). Red value is 244 (95.70% from 255 or 37.77% from 646); Green value is 168 (66.02% from 255 or 26.01% from 646); Blue value is 234 (91.80% from 255 or 36.22% from 646); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A8EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F4A8EA is #0B5715. Grayscale: #C6C6C6. Windows color (decimal): -743190 or 15378676. OLE color: 15378676.
HSL color Cylindrical-coordinate representation of color #F4A8EA: hue angle of 307.89º degrees, saturation: 0.78, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F4A8EA is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 168 | 234 | - |
| CMYK | 0 | 0.31 | 0.04 | 0.04 |
| HSL | 307.89º | 0.78% | 0.81% | - |
| HSV(B) | 307.89º | 0.31% | 0.96% | - |
| XYZ | 66.16 | 53.18 | 84.62 | - |
| YUV | 198.25 | 148.18 | 160.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 168 | 234 | 0 | 0.31 | 0.04 | 0.04 | 307.89 | 0.78 | 0.81 |
| Hex | F4 | A8 | EA | 0 | 1F | 4 | 4 | 134 | 4E | 51 |
| Octal | 364 | 250 | 352 | 0 | 37 | 4 | 4 | 464 | 116 | 121 |
| Binary | 11110100 | 10101000 | 11101010 | 0 | 11111 | 100 | 100 | 100110100 | 1001110 | 1010001 |
Color Harmonies of #F4A8EA
Complementary color
Monochromatic Colors of #F4A8EA
Black with #F4A8EA
Text Example
Text Example
White with #F4A8EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A8EA; }
p { color: rgb(244,168,234); }
H1.HeaderClassName
{
color: #F4A8EA;
}
.AnyTagClassName
{
color: #F4A8EA;
}
</style>
background-color css
<style>
a { background-color: #F4A8EA; }
a { background-color: rgb(244,168,234); }
div.DivClassName
{
background-color: #F4A8EA;
}
.BgClassName
{
background-color: #F4A8EA;
}
</style>
border-color css
<style>
span { border-color: #F4A8EA; }
span { border-color: rgb(244,168,234); }
td.TdClassName
{
border-color: #F4A8EA;
}
.TagClassName
{
border-color: #F4A8EA;
}
</style>