Shades of Lavender Pink #F1B0D0
Tints of Lavender Pink #F1B0D0
RGB
CMYK
RGB Variations
Color information
#F1B0D0 (or 0xF1B0D0) is known color: Lavender Pink. HEX triplet: F1, B0 and D0. RGB value is (241,176,208). Sum of RGB (Red+Green+Blue) = 241+176+208=625 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.56% from 625); Green value is 176 (69.14% from 255 or 28.16% from 625); Blue value is 208 (81.64% from 255 or 33.28% from 625); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B0D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1B0D0 is #0E4F2F. Grayscale: #C7C7C7. Windows color (decimal): -937776 or 13676785. OLE color: 13676785.
HSL color Cylindrical-coordinate representation of color #F1B0D0: hue angle of 330.46º 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 #F1B0D0 is Cyan = 0, Magento = 0.27, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 176 | 208 | - |
| CMYK | 0 | 0.27 | 0.14 | 0.05 |
| HSL | 330.46º | 0.7% | 0.82% | - |
| HSV(B) | 330.46º | 0.27% | 0.95% | - |
| XYZ | 63.19 | 54.31 | 66.83 | - |
| YUV | 199.08 | 133.03 | 157.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 176 | 208 | 0 | 0.27 | 0.14 | 0.05 | 330.46 | 0.7 | 0.82 |
| Hex | F1 | B0 | D0 | 0 | 1B | E | 5 | 14A | 46 | 52 |
| Octal | 361 | 260 | 320 | 0 | 33 | 16 | 5 | 512 | 106 | 122 |
| Binary | 11110001 | 10110000 | 11010000 | 0 | 11011 | 1110 | 101 | 101001010 | 1000110 | 1010010 |
Color Harmonies of #F1B0D0
Complementary color
Monochromatic Colors of #F1B0D0
Black with #F1B0D0
Text Example
Text Example
White with #F1B0D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1B0D0; }
p { color: rgb(241,176,208); }
H1.HeaderClassName
{
color: #F1B0D0;
}
.AnyTagClassName
{
color: #F1B0D0;
}
</style>
background-color css
<style>
a { background-color: #F1B0D0; }
a { background-color: rgb(241,176,208); }
div.DivClassName
{
background-color: #F1B0D0;
}
.BgClassName
{
background-color: #F1B0D0;
}
</style>
border-color css
<style>
span { border-color: #F1B0D0; }
span { border-color: rgb(241,176,208); }
td.TdClassName
{
border-color: #F1B0D0;
}
.TagClassName
{
border-color: #F1B0D0;
}
</style>