Shades of Lavender Rose #F1AFDB
Tints of Lavender Rose #F1AFDB
RGB
CMYK
RGB Variations
Color information
#F1AFDB (or 0xF1AFDB) is known color: Lavender Rose. HEX triplet: F1, AF and DB. RGB value is (241,175,219). Sum of RGB (Red+Green+Blue) = 241+175+219=635 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.95% from 635); Green value is 175 (68.75% from 255 or 27.56% from 635); Blue value is 219 (85.94% from 255 or 34.49% from 635); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AFDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1AFDB is #0E5024. Grayscale: #C7C7C7. Windows color (decimal): -938021 or 14397425. OLE color: 14397425.
HSL color Cylindrical-coordinate representation of color #F1AFDB: hue angle of 320º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F1AFDB is Cyan = 0, Magento = 0.27, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 175 | 219 | - |
| CMYK | 0 | 0.27 | 0.09 | 0.05 |
| HSL | 320º | 0.7% | 0.82% | - |
| HSV(B) | 320º | 0.27% | 0.95% | - |
| XYZ | 64.39 | 54.48 | 74.14 | - |
| YUV | 199.75 | 138.87 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 175 | 219 | 0 | 0.27 | 0.09 | 0.05 | 320 | 0.7 | 0.82 |
| Hex | F1 | AF | DB | 0 | 1B | 9 | 5 | 140 | 46 | 52 |
| Octal | 361 | 257 | 333 | 0 | 33 | 11 | 5 | 500 | 106 | 122 |
| Binary | 11110001 | 10101111 | 11011011 | 0 | 11011 | 1001 | 101 | 101000000 | 1000110 | 1010010 |
Color Harmonies of #F1AFDB
Complementary color
Monochromatic Colors of #F1AFDB
Black with #F1AFDB
Text Example
Text Example
White with #F1AFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1AFDB; }
p { color: rgb(241,175,219); }
H1.HeaderClassName
{
color: #F1AFDB;
}
.AnyTagClassName
{
color: #F1AFDB;
}
</style>
background-color css
<style>
a { background-color: #F1AFDB; }
a { background-color: rgb(241,175,219); }
div.DivClassName
{
background-color: #F1AFDB;
}
.BgClassName
{
background-color: #F1AFDB;
}
</style>
border-color css
<style>
span { border-color: #F1AFDB; }
span { border-color: rgb(241,175,219); }
td.TdClassName
{
border-color: #F1AFDB;
}
.TagClassName
{
border-color: #F1AFDB;
}
</style>