Shades of Lavender Pink #F0B6D4
Tints of Lavender Pink #F0B6D4
RGB
CMYK
RGB Variations
Color information
#F0B6D4 (or 0xF0B6D4) is known color: Lavender Pink. HEX triplet: F0, B6 and D4. RGB value is (240,182,212). Sum of RGB (Red+Green+Blue) = 240+182+212=634 (83% of max value = 765). Red value is 240 (94.14% from 255 or 37.85% from 634); Green value is 182 (71.48% from 255 or 28.71% from 634); Blue value is 212 (83.20% from 255 or 33.44% from 634); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B6D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0B6D4 is #0F492B. Grayscale: #CACACA. Windows color (decimal): -1001772 or 13940464. OLE color: 13940464.
HSL color Cylindrical-coordinate representation of color #F0B6D4: hue angle of 328.97º 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 #F0B6D4 is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 182 | 212 | - |
| CMYK | 0 | 0.24 | 0.12 | 0.06 |
| HSL | 328.97º | 0.66% | 0.83% | - |
| HSV(B) | 328.97º | 0.24% | 0.94% | - |
| XYZ | 64.55 | 56.73 | 69.84 | - |
| YUV | 202.76 | 133.22 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 182 | 212 | 0 | 0.24 | 0.12 | 0.06 | 328.97 | 0.66 | 0.83 |
| Hex | F0 | B6 | D4 | 0 | 18 | C | 6 | 149 | 42 | 53 |
| Octal | 360 | 266 | 324 | 0 | 30 | 14 | 6 | 511 | 102 | 123 |
| Binary | 11110000 | 10110110 | 11010100 | 0 | 11000 | 1100 | 110 | 101001001 | 1000010 | 1010011 |
Color Harmonies of #F0B6D4
Complementary color
Monochromatic Colors of #F0B6D4
Black with #F0B6D4
Text Example
Text Example
White with #F0B6D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B6D4; }
p { color: rgb(240,182,212); }
H1.HeaderClassName
{
color: #F0B6D4;
}
.AnyTagClassName
{
color: #F0B6D4;
}
</style>
background-color css
<style>
a { background-color: #F0B6D4; }
a { background-color: rgb(240,182,212); }
div.DivClassName
{
background-color: #F0B6D4;
}
.BgClassName
{
background-color: #F0B6D4;
}
</style>
border-color css
<style>
span { border-color: #F0B6D4; }
span { border-color: rgb(240,182,212); }
td.TdClassName
{
border-color: #F0B6D4;
}
.TagClassName
{
border-color: #F0B6D4;
}
</style>