Shades of Lavender Rose #F4AFE5
Tints of Lavender Rose #F4AFE5
RGB
CMYK
RGB Variations
Color information
#F4AFE5 (or 0xF4AFE5) is known color: Lavender Rose. HEX triplet: F4, AF and E5. RGB value is (244,175,229). Sum of RGB (Red+Green+Blue) = 244+175+229=648 (85% of max value = 765). Red value is 244 (95.70% from 255 or 37.65% from 648); Green value is 175 (68.75% from 255 or 27.01% from 648); Blue value is 229 (89.84% from 255 or 35.34% from 648); Max value from RGB is 244 - color contains mainly: red. Hex color #F4AFE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4AFE5 is #0B501A. Grayscale: #C9C9C9. Windows color (decimal): -741403 or 15052788. OLE color: 15052788.
HSL color Cylindrical-coordinate representation of color #F4AFE5: hue angle of 313.04º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F4AFE5 is Cyan = 0, Magento = 0.28, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 175 | 229 | - |
| CMYK | 0 | 0.28 | 0.06 | 0.04 |
| HSL | 313.04º | 0.76% | 0.82% | - |
| HSV(B) | 313.04º | 0.28% | 0.96% | - |
| XYZ | 66.78 | 55.55 | 81.33 | - |
| YUV | 201.79 | 143.36 | 158.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 175 | 229 | 0 | 0.28 | 0.06 | 0.04 | 313.04 | 0.76 | 0.82 |
| Hex | F4 | AF | E5 | 0 | 1C | 6 | 4 | 139 | 4C | 52 |
| Octal | 364 | 257 | 345 | 0 | 34 | 6 | 4 | 471 | 114 | 122 |
| Binary | 11110100 | 10101111 | 11100101 | 0 | 11100 | 110 | 100 | 100111001 | 1001100 | 1010010 |
Color Harmonies of #F4AFE5
Complementary color
Monochromatic Colors of #F4AFE5
Black with #F4AFE5
Text Example
Text Example
White with #F4AFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4AFE5; }
p { color: rgb(244,175,229); }
H1.HeaderClassName
{
color: #F4AFE5;
}
.AnyTagClassName
{
color: #F4AFE5;
}
</style>
background-color css
<style>
a { background-color: #F4AFE5; }
a { background-color: rgb(244,175,229); }
div.DivClassName
{
background-color: #F4AFE5;
}
.BgClassName
{
background-color: #F4AFE5;
}
</style>
border-color css
<style>
span { border-color: #F4AFE5; }
span { border-color: rgb(244,175,229); }
td.TdClassName
{
border-color: #F4AFE5;
}
.TagClassName
{
border-color: #F4AFE5;
}
</style>