Shades of Lavender Rose #F8AEF6
Tints of Lavender Rose #F8AEF6
RGB
CMYK
RGB Variations
Color information
#F8AEF6 (or 0xF8AEF6) is known color: Lavender Rose. HEX triplet: F8, AE and F6. RGB value is (248,174,246). Sum of RGB (Red+Green+Blue) = 248+174+246=668 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.13% from 668); Green value is 174 (68.36% from 255 or 26.05% from 668); Blue value is 246 (96.48% from 255 or 36.83% from 668); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AEF6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8AEF6 is #075109. Grayscale: #CCCCCC. Windows color (decimal): -479498 or 16166648. OLE color: 16166648.
HSL color Cylindrical-coordinate representation of color #F8AEF6: hue angle of 301.62º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F8AEF6 is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 174 | 246 | - |
| CMYK | 0 | 0.30 | 0.01 | 0.03 |
| HSL | 301.62º | 0.84% | 0.83% | - |
| HSV(B) | 301.62º | 0.3% | 0.97% | - |
| XYZ | 70.48 | 56.88 | 94.45 | - |
| YUV | 204.33 | 151.52 | 159.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 174 | 246 | 0 | 0.30 | 0.01 | 0.03 | 301.62 | 0.84 | 0.83 |
| Hex | F8 | AE | F6 | 0 | 1E | 1 | 3 | 12E | 54 | 53 |
| Octal | 370 | 256 | 366 | 0 | 36 | 1 | 3 | 456 | 124 | 123 |
| Binary | 11111000 | 10101110 | 11110110 | 0 | 11110 | 1 | 11 | 100101110 | 1010100 | 1010011 |
Color Harmonies of #F8AEF6
Complementary color
Monochromatic Colors of #F8AEF6
Black with #F8AEF6
Text Example
Text Example
White with #F8AEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8AEF6; }
p { color: rgb(248,174,246); }
H1.HeaderClassName
{
color: #F8AEF6;
}
.AnyTagClassName
{
color: #F8AEF6;
}
</style>
background-color css
<style>
a { background-color: #F8AEF6; }
a { background-color: rgb(248,174,246); }
div.DivClassName
{
background-color: #F8AEF6;
}
.BgClassName
{
background-color: #F8AEF6;
}
</style>
border-color css
<style>
span { border-color: #F8AEF6; }
span { border-color: rgb(248,174,246); }
td.TdClassName
{
border-color: #F8AEF6;
}
.TagClassName
{
border-color: #F8AEF6;
}
</style>