Shades of Lavender Pink #F0B4D9
Tints of Lavender Pink #F0B4D9
RGB
CMYK
RGB Variations
Color information
#F0B4D9 (or 0xF0B4D9) is known color: Lavender Pink. HEX triplet: F0, B4 and D9. RGB value is (240,180,217). Sum of RGB (Red+Green+Blue) = 240+180+217=637 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.68% from 637); Green value is 180 (70.70% from 255 or 28.26% from 637); Blue value is 217 (85.16% from 255 or 34.07% from 637); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B4D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0B4D9 is #0F4B26. Grayscale: #CACACA. Windows color (decimal): -1002279 or 14267632. OLE color: 14267632.
HSL color Cylindrical-coordinate representation of color #F0B4D9: hue angle of 323º degrees, saturation: 0.67, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F0B4D9 is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 180 | 217 | - |
| CMYK | 0 | 0.25 | 0.10 | 0.06 |
| HSL | 323º | 0.67% | 0.82% | - |
| HSV(B) | 323º | 0.25% | 0.94% | - |
| XYZ | 64.78 | 56.18 | 73.07 | - |
| YUV | 202.16 | 136.38 | 154.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 180 | 217 | 0 | 0.25 | 0.10 | 0.06 | 323 | 0.67 | 0.82 |
| Hex | F0 | B4 | D9 | 0 | 19 | A | 6 | 143 | 43 | 52 |
| Octal | 360 | 264 | 331 | 0 | 31 | 12 | 6 | 503 | 103 | 122 |
| Binary | 11110000 | 10110100 | 11011001 | 0 | 11001 | 1010 | 110 | 101000011 | 1000011 | 1010010 |
Color Harmonies of #F0B4D9
Complementary color
Monochromatic Colors of #F0B4D9
Black with #F0B4D9
Text Example
Text Example
White with #F0B4D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B4D9; }
p { color: rgb(240,180,217); }
H1.HeaderClassName
{
color: #F0B4D9;
}
.AnyTagClassName
{
color: #F0B4D9;
}
</style>
background-color css
<style>
a { background-color: #F0B4D9; }
a { background-color: rgb(240,180,217); }
div.DivClassName
{
background-color: #F0B4D9;
}
.BgClassName
{
background-color: #F0B4D9;
}
</style>
border-color css
<style>
span { border-color: #F0B4D9; }
span { border-color: rgb(240,180,217); }
td.TdClassName
{
border-color: #F0B4D9;
}
.TagClassName
{
border-color: #F0B4D9;
}
</style>