Shades of Lavender Pink #F0B6CF
Tints of Lavender Pink #F0B6CF
RGB
CMYK
RGB Variations
Color information
#F0B6CF (or 0xF0B6CF) is known color: Lavender Pink. HEX triplet: F0, B6 and CF. RGB value is (240,182,207). Sum of RGB (Red+Green+Blue) = 240+182+207=629 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.16% from 629); Green value is 182 (71.48% from 255 or 28.93% from 629); Blue value is 207 (81.25% from 255 or 32.91% from 629); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B6CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0B6CF is #0F4930. Grayscale: #CACACA. Windows color (decimal): -1001777 or 13612784. OLE color: 13612784.
HSL color Cylindrical-coordinate representation of color #F0B6CF: hue angle of 334.14º 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 #F0B6CF is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 182 | 207 | - |
| CMYK | 0 | 0.24 | 0.14 | 0.06 |
| HSL | 334.14º | 0.66% | 0.83% | - |
| HSV(B) | 334.14º | 0.24% | 0.94% | - |
| XYZ | 63.93 | 56.49 | 66.57 | - |
| YUV | 202.19 | 130.72 | 154.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 182 | 207 | 0 | 0.24 | 0.14 | 0.06 | 334.14 | 0.66 | 0.83 |
| Hex | F0 | B6 | CF | 0 | 18 | E | 6 | 14E | 42 | 53 |
| Octal | 360 | 266 | 317 | 0 | 30 | 16 | 6 | 516 | 102 | 123 |
| Binary | 11110000 | 10110110 | 11001111 | 0 | 11000 | 1110 | 110 | 101001110 | 1000010 | 1010011 |
Color Harmonies of #F0B6CF
Complementary color
Monochromatic Colors of #F0B6CF
Black with #F0B6CF
Text Example
Text Example
White with #F0B6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B6CF; }
p { color: rgb(240,182,207); }
H1.HeaderClassName
{
color: #F0B6CF;
}
.AnyTagClassName
{
color: #F0B6CF;
}
</style>
background-color css
<style>
a { background-color: #F0B6CF; }
a { background-color: rgb(240,182,207); }
div.DivClassName
{
background-color: #F0B6CF;
}
.BgClassName
{
background-color: #F0B6CF;
}
</style>
border-color css
<style>
span { border-color: #F0B6CF; }
span { border-color: rgb(240,182,207); }
td.TdClassName
{
border-color: #F0B6CF;
}
.TagClassName
{
border-color: #F0B6CF;
}
</style>