Shades of Lavender Pink #F0B0D8
Tints of Lavender Pink #F0B0D8
RGB
CMYK
RGB Variations
Color information
#F0B0D8 (or 0xF0B0D8) is known color: Lavender Pink. HEX triplet: F0, B0 and D8. RGB value is (240,176,216). Sum of RGB (Red+Green+Blue) = 240+176+216=632 (83% of max value = 765). Red value is 240 (94.14% from 255 or 37.97% from 632); Green value is 176 (69.14% from 255 or 27.85% from 632); Blue value is 216 (84.77% from 255 or 34.18% from 632); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B0D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0B0D8 is #0F4F27. Grayscale: #C7C7C7. Windows color (decimal): -1003304 or 14201072. OLE color: 14201072.
HSL color Cylindrical-coordinate representation of color #F0B0D8: hue angle of 322.5º degrees, saturation: 0.68, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F0B0D8 is Cyan = 0, Magento = 0.27, Yellow = 0.1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 176 | 216 | - |
| CMYK | 0 | 0.27 | 0.1 | 0.06 |
| HSL | 322.5º | 0.68% | 0.82% | - |
| HSV(B) | 322.5º | 0.27% | 0.94% | - |
| XYZ | 63.86 | 54.53 | 72.13 | - |
| YUV | 199.7 | 137.2 | 156.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 176 | 216 | 0 | 0.27 | 0.1 | 0.06 | 322.5 | 0.68 | 0.82 |
| Hex | F0 | B0 | D8 | 0 | 1B | A | 6 | 142 | 44 | 52 |
| Octal | 360 | 260 | 330 | 0 | 33 | 12 | 6 | 502 | 104 | 122 |
| Binary | 11110000 | 10110000 | 11011000 | 0 | 11011 | 1010 | 110 | 101000010 | 1000100 | 1010010 |
Color Harmonies of #F0B0D8
Complementary color
Monochromatic Colors of #F0B0D8
Black with #F0B0D8
Text Example
Text Example
White with #F0B0D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B0D8; }
p { color: rgb(240,176,216); }
H1.HeaderClassName
{
color: #F0B0D8;
}
.AnyTagClassName
{
color: #F0B0D8;
}
</style>
background-color css
<style>
a { background-color: #F0B0D8; }
a { background-color: rgb(240,176,216); }
div.DivClassName
{
background-color: #F0B0D8;
}
.BgClassName
{
background-color: #F0B0D8;
}
</style>
border-color css
<style>
span { border-color: #F0B0D8; }
span { border-color: rgb(240,176,216); }
td.TdClassName
{
border-color: #F0B0D8;
}
.TagClassName
{
border-color: #F0B0D8;
}
</style>