Shades of Lavender Rose #F4A8F0
Tints of Lavender Rose #F4A8F0
RGB
CMYK
RGB Variations
Color information
#F4A8F0 (or 0xF4A8F0) is known color: Lavender Rose. HEX triplet: F4, A8 and F0. RGB value is (244,168,240). Sum of RGB (Red+Green+Blue) = 244+168+240=652 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.42% from 652); Green value is 168 (66.02% from 255 or 25.77% from 652); Blue value is 240 (94.14% from 255 or 36.81% from 652); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A8F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F4A8F0 is #0B570F. Grayscale: #C6C6C6. Windows color (decimal): -743184 or 15771892. OLE color: 15771892.
HSL color Cylindrical-coordinate representation of color #F4A8F0: hue angle of 303.16º 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 #F4A8F0 is Cyan = 0, Magento = 0.31, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 168 | 240 | - |
| CMYK | 0 | 0.31 | 0.02 | 0.04 |
| HSL | 303.16º | 0.78% | 0.81% | - |
| HSV(B) | 303.16º | 0.31% | 0.96% | - |
| XYZ | 67.04 | 53.53 | 89.24 | - |
| YUV | 198.93 | 151.18 | 160.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 168 | 240 | 0 | 0.31 | 0.02 | 0.04 | 303.16 | 0.78 | 0.81 |
| Hex | F4 | A8 | F0 | 0 | 1F | 2 | 4 | 12F | 4E | 51 |
| Octal | 364 | 250 | 360 | 0 | 37 | 2 | 4 | 457 | 116 | 121 |
| Binary | 11110100 | 10101000 | 11110000 | 0 | 11111 | 10 | 100 | 100101111 | 1001110 | 1010001 |
Color Harmonies of #F4A8F0
Complementary color
Monochromatic Colors of #F4A8F0
Black with #F4A8F0
Text Example
Text Example
White with #F4A8F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A8F0; }
p { color: rgb(244,168,240); }
H1.HeaderClassName
{
color: #F4A8F0;
}
.AnyTagClassName
{
color: #F4A8F0;
}
</style>
background-color css
<style>
a { background-color: #F4A8F0; }
a { background-color: rgb(244,168,240); }
div.DivClassName
{
background-color: #F4A8F0;
}
.BgClassName
{
background-color: #F4A8F0;
}
</style>
border-color css
<style>
span { border-color: #F4A8F0; }
span { border-color: rgb(244,168,240); }
td.TdClassName
{
border-color: #F4A8F0;
}
.TagClassName
{
border-color: #F4A8F0;
}
</style>