Shades of Lavender Pink #F0B6DA
Tints of Lavender Pink #F0B6DA
RGB
CMYK
RGB Variations
Color information
#F0B6DA (or 0xF0B6DA) is known color: Lavender Pink. HEX triplet: F0, B6 and DA. RGB value is (240,182,218). Sum of RGB (Red+Green+Blue) = 240+182+218=640 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.5% from 640); Green value is 182 (71.48% from 255 or 28.44% from 640); Blue value is 218 (85.55% from 255 or 34.06% from 640); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B6DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0B6DA is #0F4925. Grayscale: #CBCBCB. Windows color (decimal): -1001766 or 14333680. OLE color: 14333680.
HSL color Cylindrical-coordinate representation of color #F0B6DA: hue angle of 322.76º degrees, saturation: 0.66, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F0B6DA is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 182 | 218 | - |
| CMYK | 0 | 0.24 | 0.09 | 0.06 |
| HSL | 322.76º | 0.66% | 0.83% | - |
| HSV(B) | 322.76º | 0.24% | 0.94% | - |
| XYZ | 65.32 | 57.04 | 73.9 | - |
| YUV | 203.45 | 136.22 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 182 | 218 | 0 | 0.24 | 0.09 | 0.06 | 322.76 | 0.66 | 0.83 |
| Hex | F0 | B6 | DA | 0 | 18 | 9 | 6 | 143 | 42 | 53 |
| Octal | 360 | 266 | 332 | 0 | 30 | 11 | 6 | 503 | 102 | 123 |
| Binary | 11110000 | 10110110 | 11011010 | 0 | 11000 | 1001 | 110 | 101000011 | 1000010 | 1010011 |
Color Harmonies of #F0B6DA
Complementary color
Monochromatic Colors of #F0B6DA
Black with #F0B6DA
Text Example
Text Example
White with #F0B6DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B6DA; }
p { color: rgb(240,182,218); }
H1.HeaderClassName
{
color: #F0B6DA;
}
.AnyTagClassName
{
color: #F0B6DA;
}
</style>
background-color css
<style>
a { background-color: #F0B6DA; }
a { background-color: rgb(240,182,218); }
div.DivClassName
{
background-color: #F0B6DA;
}
.BgClassName
{
background-color: #F0B6DA;
}
</style>
border-color css
<style>
span { border-color: #F0B6DA; }
span { border-color: rgb(240,182,218); }
td.TdClassName
{
border-color: #F0B6DA;
}
.TagClassName
{
border-color: #F0B6DA;
}
</style>