Shades of Lavender Pink #F0B3D3
Tints of Lavender Pink #F0B3D3
RGB
CMYK
RGB Variations
Color information
#F0B3D3 (or 0xF0B3D3) is known color: Lavender Pink. HEX triplet: F0, B3 and D3. RGB value is (240,179,211). Sum of RGB (Red+Green+Blue) = 240+179+211=630 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.10% from 630); Green value is 179 (70.31% from 255 or 28.41% from 630); Blue value is 211 (82.81% from 255 or 33.49% from 630); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B3D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0B3D3 is #0F4C2C. Grayscale: #C8C8C8. Windows color (decimal): -1002541 or 13874160. OLE color: 13874160.
HSL color Cylindrical-coordinate representation of color #F0B3D3: hue angle of 328.52º 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 #F0B3D3 is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 179 | 211 | - |
| CMYK | 0 | 0.25 | 0.12 | 0.06 |
| HSL | 328.52º | 0.67% | 0.82% | - |
| HSV(B) | 328.52º | 0.25% | 0.94% | - |
| XYZ | 63.81 | 55.47 | 68.97 | - |
| YUV | 200.89 | 133.71 | 155.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 179 | 211 | 0 | 0.25 | 0.12 | 0.06 | 328.52 | 0.67 | 0.82 |
| Hex | F0 | B3 | D3 | 0 | 19 | C | 6 | 149 | 43 | 52 |
| Octal | 360 | 263 | 323 | 0 | 31 | 14 | 6 | 511 | 103 | 122 |
| Binary | 11110000 | 10110011 | 11010011 | 0 | 11001 | 1100 | 110 | 101001001 | 1000011 | 1010010 |
Color Harmonies of #F0B3D3
Complementary color
Monochromatic Colors of #F0B3D3
Black with #F0B3D3
Text Example
Text Example
White with #F0B3D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B3D3; }
p { color: rgb(240,179,211); }
H1.HeaderClassName
{
color: #F0B3D3;
}
.AnyTagClassName
{
color: #F0B3D3;
}
</style>
background-color css
<style>
a { background-color: #F0B3D3; }
a { background-color: rgb(240,179,211); }
div.DivClassName
{
background-color: #F0B3D3;
}
.BgClassName
{
background-color: #F0B3D3;
}
</style>
border-color css
<style>
span { border-color: #F0B3D3; }
span { border-color: rgb(240,179,211); }
td.TdClassName
{
border-color: #F0B3D3;
}
.TagClassName
{
border-color: #F0B3D3;
}
</style>