Shades of Lavender Rose #F8ABDC
Tints of Lavender Rose #F8ABDC
RGB
CMYK
RGB Variations
Color information
#F8ABDC (or 0xF8ABDC) is known color: Lavender Rose. HEX triplet: F8, AB and DC. RGB value is (248,171,220). Sum of RGB (Red+Green+Blue) = 248+171+220=639 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.81% from 639); Green value is 171 (67.19% from 255 or 26.76% from 639); Blue value is 220 (86.33% from 255 or 34.43% from 639); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ABDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8ABDC is #075423. Grayscale: #C7C7C7. Windows color (decimal): -480292 or 14461944. OLE color: 14461944.
HSL color Cylindrical-coordinate representation of color #F8ABDC: hue angle of 321.82º 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 #F8ABDC is Cyan = 0, Magento = 0.31, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 171 | 220 | - |
| CMYK | 0 | 0.31 | 0.11 | 0.03 |
| HSL | 321.82º | 0.85% | 0.82% | - |
| HSV(B) | 321.82º | 0.31% | 0.97% | - |
| XYZ | 66.19 | 54.25 | 74.69 | - |
| YUV | 199.61 | 139.51 | 162.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 171 | 220 | 0 | 0.31 | 0.11 | 0.03 | 321.82 | 0.85 | 0.82 |
| Hex | F8 | AB | DC | 0 | 1F | B | 3 | 142 | 55 | 52 |
| Octal | 370 | 253 | 334 | 0 | 37 | 13 | 3 | 502 | 125 | 122 |
| Binary | 11111000 | 10101011 | 11011100 | 0 | 11111 | 1011 | 11 | 101000010 | 1010101 | 1010010 |
Color Harmonies of #F8ABDC
Complementary color
Monochromatic Colors of #F8ABDC
Black with #F8ABDC
Text Example
Text Example
White with #F8ABDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8ABDC; }
p { color: rgb(248,171,220); }
H1.HeaderClassName
{
color: #F8ABDC;
}
.AnyTagClassName
{
color: #F8ABDC;
}
</style>
background-color css
<style>
a { background-color: #F8ABDC; }
a { background-color: rgb(248,171,220); }
div.DivClassName
{
background-color: #F8ABDC;
}
.BgClassName
{
background-color: #F8ABDC;
}
</style>
border-color css
<style>
span { border-color: #F8ABDC; }
span { border-color: rgb(248,171,220); }
td.TdClassName
{
border-color: #F8ABDC;
}
.TagClassName
{
border-color: #F8ABDC;
}
</style>