Shades of Lavender Rose #F5AFE8
Tints of Lavender Rose #F5AFE8
RGB
CMYK
RGB Variations
Color information
#F5AFE8 (or 0xF5AFE8) is known color: Lavender Rose. HEX triplet: F5, AF and E8. RGB value is (245,175,232). Sum of RGB (Red+Green+Blue) = 245+175+232=652 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.58% from 652); Green value is 175 (68.75% from 255 or 26.84% from 652); Blue value is 232 (91.02% from 255 or 35.58% from 652); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AFE8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F5AFE8 is #0A5017. Grayscale: #CACACA. Windows color (decimal): -675864 or 15249397. OLE color: 15249397.
HSL color Cylindrical-coordinate representation of color #F5AFE8: hue angle of 311.14º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F5AFE8 is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 175 | 232 | - |
| CMYK | 0 | 0.29 | 0.05 | 0.04 |
| HSL | 311.14º | 0.78% | 0.82% | - |
| HSV(B) | 311.14º | 0.29% | 0.96% | - |
| XYZ | 67.55 | 55.9 | 83.57 | - |
| YUV | 202.43 | 144.69 | 158.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 175 | 232 | 0 | 0.29 | 0.05 | 0.04 | 311.14 | 0.78 | 0.82 |
| Hex | F5 | AF | E8 | 0 | 1D | 5 | 4 | 137 | 4E | 52 |
| Octal | 365 | 257 | 350 | 0 | 35 | 5 | 4 | 467 | 116 | 122 |
| Binary | 11110101 | 10101111 | 11101000 | 0 | 11101 | 101 | 100 | 100110111 | 1001110 | 1010010 |
Color Harmonies of #F5AFE8
Complementary color
Monochromatic Colors of #F5AFE8
Black with #F5AFE8
Text Example
Text Example
White with #F5AFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5AFE8; }
p { color: rgb(245,175,232); }
H1.HeaderClassName
{
color: #F5AFE8;
}
.AnyTagClassName
{
color: #F5AFE8;
}
</style>
background-color css
<style>
a { background-color: #F5AFE8; }
a { background-color: rgb(245,175,232); }
div.DivClassName
{
background-color: #F5AFE8;
}
.BgClassName
{
background-color: #F5AFE8;
}
</style>
border-color css
<style>
span { border-color: #F5AFE8; }
span { border-color: rgb(245,175,232); }
td.TdClassName
{
border-color: #F5AFE8;
}
.TagClassName
{
border-color: #F5AFE8;
}
</style>