Shades of Lavender Rose #F8AFE8
Tints of Lavender Rose #F8AFE8
RGB
CMYK
RGB Variations
Color information
#F8AFE8 (or 0xF8AFE8) is known color: Lavender Rose. HEX triplet: F8, AF and E8. RGB value is (248,175,232). Sum of RGB (Red+Green+Blue) = 248+175+232=655 (86% of max value = 765). Red value is 248 (97.27% from 255 or 37.86% from 655); Green value is 175 (68.75% from 255 or 26.72% from 655); Blue value is 232 (91.02% from 255 or 35.42% from 655); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AFE8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8AFE8 is #075017. Grayscale: #CBCBCB. Windows color (decimal): -479256 or 15249400. OLE color: 15249400.
HSL color Cylindrical-coordinate representation of color #F8AFE8: hue angle of 313.15º degrees, saturation: 0.84, 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 #F8AFE8 is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 175 | 232 | - |
| CMYK | 0 | 0.29 | 0.06 | 0.03 |
| HSL | 313.15º | 0.84% | 0.83% | - |
| HSV(B) | 313.15º | 0.29% | 0.97% | - |
| XYZ | 68.61 | 56.44 | 83.62 | - |
| YUV | 203.33 | 144.18 | 159.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 175 | 232 | 0 | 0.29 | 0.06 | 0.03 | 313.15 | 0.84 | 0.83 |
| Hex | F8 | AF | E8 | 0 | 1D | 6 | 3 | 139 | 54 | 53 |
| Octal | 370 | 257 | 350 | 0 | 35 | 6 | 3 | 471 | 124 | 123 |
| Binary | 11111000 | 10101111 | 11101000 | 0 | 11101 | 110 | 11 | 100111001 | 1010100 | 1010011 |
Color Harmonies of #F8AFE8
Complementary color
Monochromatic Colors of #F8AFE8
Black with #F8AFE8
Text Example
Text Example
White with #F8AFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8AFE8; }
p { color: rgb(248,175,232); }
H1.HeaderClassName
{
color: #F8AFE8;
}
.AnyTagClassName
{
color: #F8AFE8;
}
</style>
background-color css
<style>
a { background-color: #F8AFE8; }
a { background-color: rgb(248,175,232); }
div.DivClassName
{
background-color: #F8AFE8;
}
.BgClassName
{
background-color: #F8AFE8;
}
</style>
border-color css
<style>
span { border-color: #F8AFE8; }
span { border-color: rgb(248,175,232); }
td.TdClassName
{
border-color: #F8AFE8;
}
.TagClassName
{
border-color: #F8AFE8;
}
</style>