Shades of Lavender Pink #F0B8D5
Tints of Lavender Pink #F0B8D5
RGB
CMYK
RGB Variations
Color information
#F0B8D5 (or 0xF0B8D5) is known color: Lavender Pink. HEX triplet: F0, B8 and D5. RGB value is (240,184,213). Sum of RGB (Red+Green+Blue) = 240+184+213=637 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.68% from 637); Green value is 184 (72.27% from 255 or 28.89% from 637); Blue value is 213 (83.59% from 255 or 33.44% from 637); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B8D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0B8D5 is #0F472A. Grayscale: #CBCBCB. Windows color (decimal): -1001259 or 14006512. OLE color: 14006512.
HSL color Cylindrical-coordinate representation of color #F0B8D5: hue angle of 328.93º degrees, saturation: 0.65, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F0B8D5 is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 184 | 213 | - |
| CMYK | 0 | 0.23 | 0.11 | 0.06 |
| HSL | 328.93º | 0.65% | 0.83% | - |
| HSV(B) | 328.93º | 0.23% | 0.94% | - |
| XYZ | 65.09 | 57.61 | 70.64 | - |
| YUV | 204.05 | 133.05 | 153.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 184 | 213 | 0 | 0.23 | 0.11 | 0.06 | 328.93 | 0.65 | 0.83 |
| Hex | F0 | B8 | D5 | 0 | 17 | B | 6 | 149 | 41 | 53 |
| Octal | 360 | 270 | 325 | 0 | 27 | 13 | 6 | 511 | 101 | 123 |
| Binary | 11110000 | 10111000 | 11010101 | 0 | 10111 | 1011 | 110 | 101001001 | 1000001 | 1010011 |
Color Harmonies of #F0B8D5
Complementary color
Monochromatic Colors of #F0B8D5
Black with #F0B8D5
Text Example
Text Example
White with #F0B8D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B8D5; }
p { color: rgb(240,184,213); }
H1.HeaderClassName
{
color: #F0B8D5;
}
.AnyTagClassName
{
color: #F0B8D5;
}
</style>
background-color css
<style>
a { background-color: #F0B8D5; }
a { background-color: rgb(240,184,213); }
div.DivClassName
{
background-color: #F0B8D5;
}
.BgClassName
{
background-color: #F0B8D5;
}
</style>
border-color css
<style>
span { border-color: #F0B8D5; }
span { border-color: rgb(240,184,213); }
td.TdClassName
{
border-color: #F0B8D5;
}
.TagClassName
{
border-color: #F0B8D5;
}
</style>