Shades of Lavender Rose #F8ABDD
Tints of Lavender Rose #F8ABDD
RGB
CMYK
RGB Variations
Color information
#F8ABDD (or 0xF8ABDD) is known color: Lavender Rose. HEX triplet: F8, AB and DD. RGB value is (248,171,221). Sum of RGB (Red+Green+Blue) = 248+171+221=640 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.75% from 640); Green value is 171 (67.19% from 255 or 26.72% from 640); Blue value is 221 (86.72% from 255 or 34.53% from 640); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ABDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8ABDD is #075422. Grayscale: #C7C7C7. Windows color (decimal): -480291 or 14527480. OLE color: 14527480.
HSL color Cylindrical-coordinate representation of color #F8ABDD: hue angle of 321.04º 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 #F8ABDD is Cyan = 0, Magento = 0.31, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 171 | 221 | - |
| CMYK | 0 | 0.31 | 0.11 | 0.03 |
| HSL | 321.04º | 0.85% | 0.82% | - |
| HSV(B) | 321.04º | 0.31% | 0.97% | - |
| XYZ | 66.33 | 54.3 | 75.39 | - |
| YUV | 199.72 | 140.01 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 171 | 221 | 0 | 0.31 | 0.11 | 0.03 | 321.04 | 0.85 | 0.82 |
| Hex | F8 | AB | DD | 0 | 1F | B | 3 | 141 | 55 | 52 |
| Octal | 370 | 253 | 335 | 0 | 37 | 13 | 3 | 501 | 125 | 122 |
| Binary | 11111000 | 10101011 | 11011101 | 0 | 11111 | 1011 | 11 | 101000001 | 1010101 | 1010010 |
Color Harmonies of #F8ABDD
Complementary color
Monochromatic Colors of #F8ABDD
Black with #F8ABDD
Text Example
Text Example
White with #F8ABDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8ABDD; }
p { color: rgb(248,171,221); }
H1.HeaderClassName
{
color: #F8ABDD;
}
.AnyTagClassName
{
color: #F8ABDD;
}
</style>
background-color css
<style>
a { background-color: #F8ABDD; }
a { background-color: rgb(248,171,221); }
div.DivClassName
{
background-color: #F8ABDD;
}
.BgClassName
{
background-color: #F8ABDD;
}
</style>
border-color css
<style>
span { border-color: #F8ABDD; }
span { border-color: rgb(248,171,221); }
td.TdClassName
{
border-color: #F8ABDD;
}
.TagClassName
{
border-color: #F8ABDD;
}
</style>