Shades of Lavender Rose #F8ABE5
Tints of Lavender Rose #F8ABE5
RGB
CMYK
RGB Variations
Color information
#F8ABE5 (or 0xF8ABE5) is known color: Lavender Rose. HEX triplet: F8, AB and E5. RGB value is (248,171,229). Sum of RGB (Red+Green+Blue) = 248+171+229=648 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.27% from 648); Green value is 171 (67.19% from 255 or 26.39% from 648); Blue value is 229 (89.84% from 255 or 35.34% from 648); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ABE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8ABE5 is #07541A. Grayscale: #C8C8C8. Windows color (decimal): -480283 or 15051768. OLE color: 15051768.
HSL color Cylindrical-coordinate representation of color #F8ABE5: hue angle of 314.81º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F8ABE5 is Cyan = 0, Magento = 0.31, Yellow = 0.08 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 171 | 229 | - |
| CMYK | 0 | 0.31 | 0.08 | 0.03 |
| HSL | 314.81º | 0.85% | 0.82% | - |
| HSV(B) | 314.81º | 0.31% | 0.97% | - |
| XYZ | 67.42 | 54.74 | 81.14 | - |
| YUV | 200.64 | 144.01 | 161.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 171 | 229 | 0 | 0.31 | 0.08 | 0.03 | 314.81 | 0.85 | 0.82 |
| Hex | F8 | AB | E5 | 0 | 1F | 8 | 3 | 13B | 55 | 52 |
| Octal | 370 | 253 | 345 | 0 | 37 | 10 | 3 | 473 | 125 | 122 |
| Binary | 11111000 | 10101011 | 11100101 | 0 | 11111 | 1000 | 11 | 100111011 | 1010101 | 1010010 |
Color Harmonies of #F8ABE5
Complementary color
Monochromatic Colors of #F8ABE5
Black with #F8ABE5
Text Example
Text Example
White with #F8ABE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8ABE5; }
p { color: rgb(248,171,229); }
H1.HeaderClassName
{
color: #F8ABE5;
}
.AnyTagClassName
{
color: #F8ABE5;
}
</style>
background-color css
<style>
a { background-color: #F8ABE5; }
a { background-color: rgb(248,171,229); }
div.DivClassName
{
background-color: #F8ABE5;
}
.BgClassName
{
background-color: #F8ABE5;
}
</style>
border-color css
<style>
span { border-color: #F8ABE5; }
span { border-color: rgb(248,171,229); }
td.TdClassName
{
border-color: #F8ABE5;
}
.TagClassName
{
border-color: #F8ABE5;
}
</style>