Shades of Lavender Pink #F0B4CE
Tints of Lavender Pink #F0B4CE
RGB
CMYK
RGB Variations
Color information
#F0B4CE (or 0xF0B4CE) is known color: Lavender Pink. HEX triplet: F0, B4 and CE. RGB value is (240,180,206). Sum of RGB (Red+Green+Blue) = 240+180+206=626 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.34% from 626); Green value is 180 (70.70% from 255 or 28.75% from 626); Blue value is 206 (80.86% from 255 or 32.91% from 626); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B4CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0B4CE is #0F4B31. Grayscale: #C8C8C8. Windows color (decimal): -1002290 or 13546736. OLE color: 13546736.
HSL color Cylindrical-coordinate representation of color #F0B4CE: hue angle of 334º 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 #F0B4CE is Cyan = 0, Magento = 0.25, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 180 | 206 | - |
| CMYK | 0 | 0.25 | 0.14 | 0.06 |
| HSL | 334º | 0.67% | 0.82% | - |
| HSV(B) | 334º | 0.25% | 0.94% | - |
| XYZ | 63.4 | 55.62 | 65.79 | - |
| YUV | 200.9 | 130.88 | 155.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 180 | 206 | 0 | 0.25 | 0.14 | 0.06 | 334 | 0.67 | 0.82 |
| Hex | F0 | B4 | CE | 0 | 19 | E | 6 | 14E | 43 | 52 |
| Octal | 360 | 264 | 316 | 0 | 31 | 16 | 6 | 516 | 103 | 122 |
| Binary | 11110000 | 10110100 | 11001110 | 0 | 11001 | 1110 | 110 | 101001110 | 1000011 | 1010010 |
Color Harmonies of #F0B4CE
Complementary color
Monochromatic Colors of #F0B4CE
Black with #F0B4CE
Text Example
Text Example
White with #F0B4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B4CE; }
p { color: rgb(240,180,206); }
H1.HeaderClassName
{
color: #F0B4CE;
}
.AnyTagClassName
{
color: #F0B4CE;
}
</style>
background-color css
<style>
a { background-color: #F0B4CE; }
a { background-color: rgb(240,180,206); }
div.DivClassName
{
background-color: #F0B4CE;
}
.BgClassName
{
background-color: #F0B4CE;
}
</style>
border-color css
<style>
span { border-color: #F0B4CE; }
span { border-color: rgb(240,180,206); }
td.TdClassName
{
border-color: #F0B4CE;
}
.TagClassName
{
border-color: #F0B4CE;
}
</style>