Shades of Lavender Pink #F0B0D3
Tints of Lavender Pink #F0B0D3
RGB
CMYK
RGB Variations
Color information
#F0B0D3 (or 0xF0B0D3) is known color: Lavender Pink. HEX triplet: F0, B0 and D3. RGB value is (240,176,211). Sum of RGB (Red+Green+Blue) = 240+176+211=627 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.28% from 627); Green value is 176 (69.14% from 255 or 28.07% from 627); Blue value is 211 (82.81% from 255 or 33.65% from 627); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B0D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0B0D3 is #0F4F2C. Grayscale: #C7C7C7. Windows color (decimal): -1003309 or 13873392. OLE color: 13873392.
HSL color Cylindrical-coordinate representation of color #F0B0D3: hue angle of 327.19º 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 #F0B0D3 is Cyan = 0, Magento = 0.27, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 176 | 211 | - |
| CMYK | 0 | 0.27 | 0.12 | 0.06 |
| HSL | 327.19º | 0.68% | 0.82% | - |
| HSV(B) | 327.19º | 0.27% | 0.94% | - |
| XYZ | 63.22 | 54.28 | 68.77 | - |
| YUV | 199.13 | 134.7 | 157.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 176 | 211 | 0 | 0.27 | 0.12 | 0.06 | 327.19 | 0.68 | 0.82 |
| Hex | F0 | B0 | D3 | 0 | 1B | C | 6 | 147 | 44 | 52 |
| Octal | 360 | 260 | 323 | 0 | 33 | 14 | 6 | 507 | 104 | 122 |
| Binary | 11110000 | 10110000 | 11010011 | 0 | 11011 | 1100 | 110 | 101000111 | 1000100 | 1010010 |
Color Harmonies of #F0B0D3
Complementary color
Monochromatic Colors of #F0B0D3
Black with #F0B0D3
Text Example
Text Example
White with #F0B0D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B0D3; }
p { color: rgb(240,176,211); }
H1.HeaderClassName
{
color: #F0B0D3;
}
.AnyTagClassName
{
color: #F0B0D3;
}
</style>
background-color css
<style>
a { background-color: #F0B0D3; }
a { background-color: rgb(240,176,211); }
div.DivClassName
{
background-color: #F0B0D3;
}
.BgClassName
{
background-color: #F0B0D3;
}
</style>
border-color css
<style>
span { border-color: #F0B0D3; }
span { border-color: rgb(240,176,211); }
td.TdClassName
{
border-color: #F0B0D3;
}
.TagClassName
{
border-color: #F0B0D3;
}
</style>