Shades of Lavender Pink #F0B4D5
Tints of Lavender Pink #F0B4D5
RGB
CMYK
RGB Variations
Color information
#F0B4D5 (or 0xF0B4D5) is known color: Lavender Pink. HEX triplet: F0, B4 and D5. RGB value is (240,180,213). Sum of RGB (Red+Green+Blue) = 240+180+213=633 (83% of max value = 765). Red value is 240 (94.14% from 255 or 37.91% from 633); Green value is 180 (70.70% from 255 or 28.44% from 633); Blue value is 213 (83.59% from 255 or 33.65% from 633); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B4D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0B4D5 is #0F4B2A. Grayscale: #C9C9C9. Windows color (decimal): -1002283 or 14005488. OLE color: 14005488.
HSL color Cylindrical-coordinate representation of color #F0B4D5: hue angle of 327º 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 #F0B4D5 is Cyan = 0, Magento = 0.25, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 180 | 213 | - |
| CMYK | 0 | 0.25 | 0.11 | 0.06 |
| HSL | 327º | 0.67% | 0.82% | - |
| HSV(B) | 327º | 0.25% | 0.94% | - |
| XYZ | 64.27 | 55.97 | 70.37 | - |
| YUV | 201.7 | 134.38 | 155.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 180 | 213 | 0 | 0.25 | 0.11 | 0.06 | 327 | 0.67 | 0.82 |
| Hex | F0 | B4 | D5 | 0 | 19 | B | 6 | 147 | 43 | 52 |
| Octal | 360 | 264 | 325 | 0 | 31 | 13 | 6 | 507 | 103 | 122 |
| Binary | 11110000 | 10110100 | 11010101 | 0 | 11001 | 1011 | 110 | 101000111 | 1000011 | 1010010 |
Color Harmonies of #F0B4D5
Complementary color
Monochromatic Colors of #F0B4D5
Black with #F0B4D5
Text Example
Text Example
White with #F0B4D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B4D5; }
p { color: rgb(240,180,213); }
H1.HeaderClassName
{
color: #F0B4D5;
}
.AnyTagClassName
{
color: #F0B4D5;
}
</style>
background-color css
<style>
a { background-color: #F0B4D5; }
a { background-color: rgb(240,180,213); }
div.DivClassName
{
background-color: #F0B4D5;
}
.BgClassName
{
background-color: #F0B4D5;
}
</style>
border-color css
<style>
span { border-color: #F0B4D5; }
span { border-color: rgb(240,180,213); }
td.TdClassName
{
border-color: #F0B4D5;
}
.TagClassName
{
border-color: #F0B4D5;
}
</style>