Shades of Lavender Pink #F0B4D7
Tints of Lavender Pink #F0B4D7
RGB
CMYK
RGB Variations
Color information
#F0B4D7 (or 0xF0B4D7) is known color: Lavender Pink. HEX triplet: F0, B4 and D7. RGB value is (240,180,215). Sum of RGB (Red+Green+Blue) = 240+180+215=635 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.80% from 635); Green value is 180 (70.70% from 255 or 28.35% from 635); Blue value is 215 (84.38% from 255 or 33.86% from 635); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B4D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0B4D7 is #0F4B28. Grayscale: #C9C9C9. Windows color (decimal): -1002281 or 14136560. OLE color: 14136560.
HSL color Cylindrical-coordinate representation of color #F0B4D7: hue angle of 325º 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 #F0B4D7 is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 180 | 215 | - |
| CMYK | 0 | 0.25 | 0.10 | 0.06 |
| HSL | 325º | 0.67% | 0.82% | - |
| HSV(B) | 325º | 0.25% | 0.94% | - |
| XYZ | 64.52 | 56.07 | 71.71 | - |
| YUV | 201.93 | 135.38 | 155.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 180 | 215 | 0 | 0.25 | 0.10 | 0.06 | 325 | 0.67 | 0.82 |
| Hex | F0 | B4 | D7 | 0 | 19 | A | 6 | 145 | 43 | 52 |
| Octal | 360 | 264 | 327 | 0 | 31 | 12 | 6 | 505 | 103 | 122 |
| Binary | 11110000 | 10110100 | 11010111 | 0 | 11001 | 1010 | 110 | 101000101 | 1000011 | 1010010 |
Color Harmonies of #F0B4D7
Complementary color
Monochromatic Colors of #F0B4D7
Black with #F0B4D7
Text Example
Text Example
White with #F0B4D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B4D7; }
p { color: rgb(240,180,215); }
H1.HeaderClassName
{
color: #F0B4D7;
}
.AnyTagClassName
{
color: #F0B4D7;
}
</style>
background-color css
<style>
a { background-color: #F0B4D7; }
a { background-color: rgb(240,180,215); }
div.DivClassName
{
background-color: #F0B4D7;
}
.BgClassName
{
background-color: #F0B4D7;
}
</style>
border-color css
<style>
span { border-color: #F0B4D7; }
span { border-color: rgb(240,180,215); }
td.TdClassName
{
border-color: #F0B4D7;
}
.TagClassName
{
border-color: #F0B4D7;
}
</style>