Shades of Lavender Pink #F0B3DA
Tints of Lavender Pink #F0B3DA
RGB
CMYK
RGB Variations
Color information
#F0B3DA (or 0xF0B3DA) is known color: Lavender Pink. HEX triplet: F0, B3 and DA. RGB value is (240,179,218). Sum of RGB (Red+Green+Blue) = 240+179+218=637 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.68% from 637); Green value is 179 (70.31% from 255 or 28.10% from 637); Blue value is 218 (85.55% from 255 or 34.22% from 637); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B3DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0B3DA is #0F4C25. Grayscale: #C9C9C9. Windows color (decimal): -1002534 or 14332912. OLE color: 14332912.
HSL color Cylindrical-coordinate representation of color #F0B3DA: hue angle of 321.64º 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 #F0B3DA is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 179 | 218 | - |
| CMYK | 0 | 0.25 | 0.09 | 0.06 |
| HSL | 321.64º | 0.67% | 0.82% | - |
| HSV(B) | 321.64º | 0.25% | 0.94% | - |
| XYZ | 64.71 | 55.83 | 73.69 | - |
| YUV | 201.69 | 137.21 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 179 | 218 | 0 | 0.25 | 0.09 | 0.06 | 321.64 | 0.67 | 0.82 |
| Hex | F0 | B3 | DA | 0 | 19 | 9 | 6 | 142 | 43 | 52 |
| Octal | 360 | 263 | 332 | 0 | 31 | 11 | 6 | 502 | 103 | 122 |
| Binary | 11110000 | 10110011 | 11011010 | 0 | 11001 | 1001 | 110 | 101000010 | 1000011 | 1010010 |
Color Harmonies of #F0B3DA
Complementary color
Monochromatic Colors of #F0B3DA
Black with #F0B3DA
Text Example
Text Example
White with #F0B3DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B3DA; }
p { color: rgb(240,179,218); }
H1.HeaderClassName
{
color: #F0B3DA;
}
.AnyTagClassName
{
color: #F0B3DA;
}
</style>
background-color css
<style>
a { background-color: #F0B3DA; }
a { background-color: rgb(240,179,218); }
div.DivClassName
{
background-color: #F0B3DA;
}
.BgClassName
{
background-color: #F0B3DA;
}
</style>
border-color css
<style>
span { border-color: #F0B3DA; }
span { border-color: rgb(240,179,218); }
td.TdClassName
{
border-color: #F0B3DA;
}
.TagClassName
{
border-color: #F0B3DA;
}
</style>