Shades of Lavender Rose #F7AFE5
Tints of Lavender Rose #F7AFE5
RGB
CMYK
RGB Variations
Color information
#F7AFE5 (or 0xF7AFE5) is known color: Lavender Rose. HEX triplet: F7, AF and E5. RGB value is (247,175,229). Sum of RGB (Red+Green+Blue) = 247+175+229=651 (86% of max value = 765). Red value is 247 (96.88% from 255 or 37.94% from 651); Green value is 175 (68.75% from 255 or 26.88% from 651); Blue value is 229 (89.84% from 255 or 35.18% from 651); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AFE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7AFE5 is #08501A. Grayscale: #CACACA. Windows color (decimal): -544795 or 15052791. OLE color: 15052791.
HSL color Cylindrical-coordinate representation of color #F7AFE5: hue angle of 315º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F7AFE5 is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 175 | 229 | - |
| CMYK | 0 | 0.29 | 0.07 | 0.03 |
| HSL | 315º | 0.82% | 0.83% | - |
| HSV(B) | 315º | 0.29% | 0.97% | - |
| XYZ | 67.83 | 56.09 | 81.38 | - |
| YUV | 202.68 | 142.85 | 159.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 175 | 229 | 0 | 0.29 | 0.07 | 0.03 | 315 | 0.82 | 0.83 |
| Hex | F7 | AF | E5 | 0 | 1D | 7 | 3 | 13B | 52 | 53 |
| Octal | 367 | 257 | 345 | 0 | 35 | 7 | 3 | 473 | 122 | 123 |
| Binary | 11110111 | 10101111 | 11100101 | 0 | 11101 | 111 | 11 | 100111011 | 1010010 | 1010011 |
Color Harmonies of #F7AFE5
Complementary color
Monochromatic Colors of #F7AFE5
Black with #F7AFE5
Text Example
Text Example
White with #F7AFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7AFE5; }
p { color: rgb(247,175,229); }
H1.HeaderClassName
{
color: #F7AFE5;
}
.AnyTagClassName
{
color: #F7AFE5;
}
</style>
background-color css
<style>
a { background-color: #F7AFE5; }
a { background-color: rgb(247,175,229); }
div.DivClassName
{
background-color: #F7AFE5;
}
.BgClassName
{
background-color: #F7AFE5;
}
</style>
border-color css
<style>
span { border-color: #F7AFE5; }
span { border-color: rgb(247,175,229); }
td.TdClassName
{
border-color: #F7AFE5;
}
.TagClassName
{
border-color: #F7AFE5;
}
</style>