Shades of Lavender Rose #F7AFE8
Tints of Lavender Rose #F7AFE8
RGB
CMYK
RGB Variations
Color information
#F7AFE8 (or 0xF7AFE8) is known color: Lavender Rose. HEX triplet: F7, AF and E8. RGB value is (247,175,232). Sum of RGB (Red+Green+Blue) = 247+175+232=654 (86% of max value = 765). Red value is 247 (96.88% from 255 or 37.77% from 654); Green value is 175 (68.75% from 255 or 26.76% from 654); Blue value is 232 (91.02% from 255 or 35.47% from 654); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AFE8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F7AFE8 is #085017. Grayscale: #CACACA. Windows color (decimal): -544792 or 15249399. OLE color: 15249399.
HSL color Cylindrical-coordinate representation of color #F7AFE8: hue angle of 312.5º 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 #F7AFE8 is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 175 | 232 | - |
| CMYK | 0 | 0.29 | 0.06 | 0.03 |
| HSL | 312.5º | 0.82% | 0.83% | - |
| HSV(B) | 312.5º | 0.29% | 0.97% | - |
| XYZ | 68.25 | 56.26 | 83.61 | - |
| YUV | 203.03 | 144.35 | 159.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 175 | 232 | 0 | 0.29 | 0.06 | 0.03 | 312.5 | 0.82 | 0.83 |
| Hex | F7 | AF | E8 | 0 | 1D | 6 | 3 | 138 | 52 | 53 |
| Octal | 367 | 257 | 350 | 0 | 35 | 6 | 3 | 470 | 122 | 123 |
| Binary | 11110111 | 10101111 | 11101000 | 0 | 11101 | 110 | 11 | 100111000 | 1010010 | 1010011 |
Color Harmonies of #F7AFE8
Complementary color
Monochromatic Colors of #F7AFE8
Black with #F7AFE8
Text Example
Text Example
White with #F7AFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7AFE8; }
p { color: rgb(247,175,232); }
H1.HeaderClassName
{
color: #F7AFE8;
}
.AnyTagClassName
{
color: #F7AFE8;
}
</style>
background-color css
<style>
a { background-color: #F7AFE8; }
a { background-color: rgb(247,175,232); }
div.DivClassName
{
background-color: #F7AFE8;
}
.BgClassName
{
background-color: #F7AFE8;
}
</style>
border-color css
<style>
span { border-color: #F7AFE8; }
span { border-color: rgb(247,175,232); }
td.TdClassName
{
border-color: #F7AFE8;
}
.TagClassName
{
border-color: #F7AFE8;
}
</style>