Shades of Lavender Pink #F0B1D1
Tints of Lavender Pink #F0B1D1
RGB
CMYK
RGB Variations
Color information
#F0B1D1 (or 0xF0B1D1) is known color: Lavender Pink. HEX triplet: F0, B1 and D1. RGB value is (240,177,209). Sum of RGB (Red+Green+Blue) = 240+177+209=626 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.34% from 626); Green value is 177 (69.53% from 255 or 28.27% from 626); Blue value is 209 (82.03% from 255 or 33.39% from 626); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B1D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0B1D1 is #0F4E2E. Grayscale: #C7C7C7. Windows color (decimal): -1003055 or 13742576. OLE color: 13742576.
HSL color Cylindrical-coordinate representation of color #F0B1D1: hue angle of 329.52º degrees, saturation: 0.68, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F0B1D1 is Cyan = 0, Magento = 0.26, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 177 | 209 | - |
| CMYK | 0 | 0.26 | 0.13 | 0.06 |
| HSL | 329.52º | 0.68% | 0.82% | - |
| HSV(B) | 329.52º | 0.26% | 0.94% | - |
| XYZ | 63.17 | 54.57 | 67.53 | - |
| YUV | 199.49 | 133.37 | 156.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 177 | 209 | 0 | 0.26 | 0.13 | 0.06 | 329.52 | 0.68 | 0.82 |
| Hex | F0 | B1 | D1 | 0 | 1A | D | 6 | 14A | 44 | 52 |
| Octal | 360 | 261 | 321 | 0 | 32 | 15 | 6 | 512 | 104 | 122 |
| Binary | 11110000 | 10110001 | 11010001 | 0 | 11010 | 1101 | 110 | 101001010 | 1000100 | 1010010 |
Color Harmonies of #F0B1D1
Complementary color
Monochromatic Colors of #F0B1D1
Black with #F0B1D1
Text Example
Text Example
White with #F0B1D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B1D1; }
p { color: rgb(240,177,209); }
H1.HeaderClassName
{
color: #F0B1D1;
}
.AnyTagClassName
{
color: #F0B1D1;
}
</style>
background-color css
<style>
a { background-color: #F0B1D1; }
a { background-color: rgb(240,177,209); }
div.DivClassName
{
background-color: #F0B1D1;
}
.BgClassName
{
background-color: #F0B1D1;
}
</style>
border-color css
<style>
span { border-color: #F0B1D1; }
span { border-color: rgb(240,177,209); }
td.TdClassName
{
border-color: #F0B1D1;
}
.TagClassName
{
border-color: #F0B1D1;
}
</style>