Shades of Lavender Pink #F1B8D9
Tints of Lavender Pink #F1B8D9
RGB
CMYK
RGB Variations
Color information
#F1B8D9 (or 0xF1B8D9) is known color: Lavender Pink. HEX triplet: F1, B8 and D9. RGB value is (241,184,217). Sum of RGB (Red+Green+Blue) = 241+184+217=642 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.54% from 642); Green value is 184 (72.27% from 255 or 28.66% from 642); Blue value is 217 (85.16% from 255 or 33.80% from 642); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B8D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1B8D9 is #0E4726. Grayscale: #CCCCCC. Windows color (decimal): -935719 or 14268657. OLE color: 14268657.
HSL color Cylindrical-coordinate representation of color #F1B8D9: hue angle of 325.26º degrees, saturation: 0.67, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F1B8D9 is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 184 | 217 | - |
| CMYK | 0 | 0.24 | 0.10 | 0.05 |
| HSL | 325.26º | 0.67% | 0.83% | - |
| HSV(B) | 325.26º | 0.24% | 0.95% | - |
| XYZ | 65.94 | 57.99 | 73.36 | - |
| YUV | 204.81 | 134.88 | 153.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 184 | 217 | 0 | 0.24 | 0.10 | 0.05 | 325.26 | 0.67 | 0.83 |
| Hex | F1 | B8 | D9 | 0 | 18 | A | 5 | 145 | 43 | 53 |
| Octal | 361 | 270 | 331 | 0 | 30 | 12 | 5 | 505 | 103 | 123 |
| Binary | 11110001 | 10111000 | 11011001 | 0 | 11000 | 1010 | 101 | 101000101 | 1000011 | 1010011 |
Color Harmonies of #F1B8D9
Complementary color
Monochromatic Colors of #F1B8D9
Black with #F1B8D9
Text Example
Text Example
White with #F1B8D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1B8D9; }
p { color: rgb(241,184,217); }
H1.HeaderClassName
{
color: #F1B8D9;
}
.AnyTagClassName
{
color: #F1B8D9;
}
</style>
background-color css
<style>
a { background-color: #F1B8D9; }
a { background-color: rgb(241,184,217); }
div.DivClassName
{
background-color: #F1B8D9;
}
.BgClassName
{
background-color: #F1B8D9;
}
</style>
border-color css
<style>
span { border-color: #F1B8D9; }
span { border-color: rgb(241,184,217); }
td.TdClassName
{
border-color: #F1B8D9;
}
.TagClassName
{
border-color: #F1B8D9;
}
</style>