Shades of Lavender Pink #F0B5D2
Tints of Lavender Pink #F0B5D2
RGB
CMYK
RGB Variations
Color information
#F0B5D2 (or 0xF0B5D2) is known color: Lavender Pink. HEX triplet: F0, B5 and D2. RGB value is (240,181,210). Sum of RGB (Red+Green+Blue) = 240+181+210=631 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.03% from 631); Green value is 181 (71.09% from 255 or 28.68% from 631); Blue value is 210 (82.42% from 255 or 33.28% from 631); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B5D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0B5D2 is #0F4A2D. Grayscale: #C9C9C9. Windows color (decimal): -1002030 or 13809136. OLE color: 13809136.
HSL color Cylindrical-coordinate representation of color #F0B5D2: hue angle of 330.51º degrees, saturation: 0.66, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F0B5D2 is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 181 | 210 | - |
| CMYK | 0 | 0.25 | 0.12 | 0.06 |
| HSL | 330.51º | 0.66% | 0.83% | - |
| HSV(B) | 330.51º | 0.25% | 0.94% | - |
| XYZ | 64.09 | 56.23 | 68.45 | - |
| YUV | 201.95 | 132.55 | 155.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 181 | 210 | 0 | 0.25 | 0.12 | 0.06 | 330.51 | 0.66 | 0.83 |
| Hex | F0 | B5 | D2 | 0 | 19 | C | 6 | 14B | 42 | 53 |
| Octal | 360 | 265 | 322 | 0 | 31 | 14 | 6 | 513 | 102 | 123 |
| Binary | 11110000 | 10110101 | 11010010 | 0 | 11001 | 1100 | 110 | 101001011 | 1000010 | 1010011 |
Color Harmonies of #F0B5D2
Complementary color
Monochromatic Colors of #F0B5D2
Black with #F0B5D2
Text Example
Text Example
White with #F0B5D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B5D2; }
p { color: rgb(240,181,210); }
H1.HeaderClassName
{
color: #F0B5D2;
}
.AnyTagClassName
{
color: #F0B5D2;
}
</style>
background-color css
<style>
a { background-color: #F0B5D2; }
a { background-color: rgb(240,181,210); }
div.DivClassName
{
background-color: #F0B5D2;
}
.BgClassName
{
background-color: #F0B5D2;
}
</style>
border-color css
<style>
span { border-color: #F0B5D2; }
span { border-color: rgb(240,181,210); }
td.TdClassName
{
border-color: #F0B5D2;
}
.TagClassName
{
border-color: #F0B5D2;
}
</style>