Shades of Lavender Rose #F0A8E4
Tints of Lavender Rose #F0A8E4
RGB
CMYK
RGB Variations
Color information
#F0A8E4 (or 0xF0A8E4) is known color: Lavender Rose. HEX triplet: F0, A8 and E4. RGB value is (240,168,228). Sum of RGB (Red+Green+Blue) = 240+168+228=636 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.74% from 636); Green value is 168 (66.02% from 255 or 26.42% from 636); Blue value is 228 (89.45% from 255 or 35.85% from 636); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A8E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0A8E4 is #0F571B. Grayscale: #C4C4C4. Windows color (decimal): -1005340 or 14985456. OLE color: 14985456.
HSL color Cylindrical-coordinate representation of color #F0A8E4: hue angle of 310º degrees, saturation: 0.71, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F0A8E4 is Cyan = 0, Magento = 0.3, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 168 | 228 | - |
| CMYK | 0 | 0.3 | 0.05 | 0.06 |
| HSL | 310º | 0.71% | 0.8% | - |
| HSV(B) | 310º | 0.3% | 0.94% | - |
| XYZ | 63.94 | 52.13 | 80.09 | - |
| YUV | 196.37 | 145.85 | 159.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 168 | 228 | 0 | 0.3 | 0.05 | 0.06 | 310 | 0.71 | 0.8 |
| Hex | F0 | A8 | E4 | 0 | 1E | 5 | 6 | 136 | 47 | 50 |
| Octal | 360 | 250 | 344 | 0 | 36 | 5 | 6 | 466 | 107 | 120 |
| Binary | 11110000 | 10101000 | 11100100 | 0 | 11110 | 101 | 110 | 100110110 | 1000111 | 1010000 |
Color Harmonies of #F0A8E4
Complementary color
Monochromatic Colors of #F0A8E4
Black with #F0A8E4
Text Example
Text Example
White with #F0A8E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A8E4; }
p { color: rgb(240,168,228); }
H1.HeaderClassName
{
color: #F0A8E4;
}
.AnyTagClassName
{
color: #F0A8E4;
}
</style>
background-color css
<style>
a { background-color: #F0A8E4; }
a { background-color: rgb(240,168,228); }
div.DivClassName
{
background-color: #F0A8E4;
}
.BgClassName
{
background-color: #F0A8E4;
}
</style>
border-color css
<style>
span { border-color: #F0A8E4; }
span { border-color: rgb(240,168,228); }
td.TdClassName
{
border-color: #F0A8E4;
}
.TagClassName
{
border-color: #F0A8E4;
}
</style>