Shades of Lavender Rose #F4A7D8
Tints of Lavender Rose #F4A7D8
RGB
CMYK
RGB Variations
Color information
#F4A7D8 (or 0xF4A7D8) is known color: Lavender Rose. HEX triplet: F4, A7 and D8. RGB value is (244,167,216). Sum of RGB (Red+Green+Blue) = 244+167+216=627 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.92% from 627); Green value is 167 (65.62% from 255 or 26.63% from 627); Blue value is 216 (84.77% from 255 or 34.45% from 627); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A7D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4A7D8 is #0B5827. Grayscale: #C3C3C3. Windows color (decimal): -743464 or 14198772. OLE color: 14198772.
HSL color Cylindrical-coordinate representation of color #F4A7D8: hue angle of 321.82º degrees, saturation: 0.78, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F4A7D8 is Cyan = 0, Magento = 0.32, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 167 | 216 | - |
| CMYK | 0 | 0.32 | 0.11 | 0.04 |
| HSL | 321.82º | 0.78% | 0.81% | - |
| HSV(B) | 321.82º | 0.32% | 0.96% | - |
| XYZ | 63.52 | 51.83 | 71.62 | - |
| YUV | 195.61 | 139.51 | 162.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 167 | 216 | 0 | 0.32 | 0.11 | 0.04 | 321.82 | 0.78 | 0.81 |
| Hex | F4 | A7 | D8 | 0 | 20 | B | 4 | 142 | 4E | 51 |
| Octal | 364 | 247 | 330 | 0 | 40 | 13 | 4 | 502 | 116 | 121 |
| Binary | 11110100 | 10100111 | 11011000 | 0 | 100000 | 1011 | 100 | 101000010 | 1001110 | 1010001 |
Color Harmonies of #F4A7D8
Complementary color
Monochromatic Colors of #F4A7D8
Black with #F4A7D8
Text Example
Text Example
White with #F4A7D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A7D8; }
p { color: rgb(244,167,216); }
H1.HeaderClassName
{
color: #F4A7D8;
}
.AnyTagClassName
{
color: #F4A7D8;
}
</style>
background-color css
<style>
a { background-color: #F4A7D8; }
a { background-color: rgb(244,167,216); }
div.DivClassName
{
background-color: #F4A7D8;
}
.BgClassName
{
background-color: #F4A7D8;
}
</style>
border-color css
<style>
span { border-color: #F4A7D8; }
span { border-color: rgb(244,167,216); }
td.TdClassName
{
border-color: #F4A7D8;
}
.TagClassName
{
border-color: #F4A7D8;
}
</style>