Shades of Lavender Pink #F0B3CF
Tints of Lavender Pink #F0B3CF
RGB
CMYK
RGB Variations
Color information
#F0B3CF (or 0xF0B3CF) is known color: Lavender Pink. HEX triplet: F0, B3 and CF. RGB value is (240,179,207). Sum of RGB (Red+Green+Blue) = 240+179+207=626 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.34% from 626); Green value is 179 (70.31% from 255 or 28.59% from 626); Blue value is 207 (81.25% from 255 or 33.07% from 626); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B3CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0B3CF is #0F4C30. Grayscale: #C8C8C8. Windows color (decimal): -1002545 or 13612016. OLE color: 13612016.
HSL color Cylindrical-coordinate representation of color #F0B3CF: hue angle of 332.46º 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 #F0B3CF is Cyan = 0, Magento = 0.25, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 179 | 207 | - |
| CMYK | 0 | 0.25 | 0.14 | 0.06 |
| HSL | 332.46º | 0.67% | 0.82% | - |
| HSV(B) | 332.46º | 0.25% | 0.94% | - |
| XYZ | 63.32 | 55.27 | 66.36 | - |
| YUV | 200.43 | 131.71 | 156.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 179 | 207 | 0 | 0.25 | 0.14 | 0.06 | 332.46 | 0.67 | 0.82 |
| Hex | F0 | B3 | CF | 0 | 19 | E | 6 | 14C | 43 | 52 |
| Octal | 360 | 263 | 317 | 0 | 31 | 16 | 6 | 514 | 103 | 122 |
| Binary | 11110000 | 10110011 | 11001111 | 0 | 11001 | 1110 | 110 | 101001100 | 1000011 | 1010010 |
Color Harmonies of #F0B3CF
Complementary color
Monochromatic Colors of #F0B3CF
Black with #F0B3CF
Text Example
Text Example
White with #F0B3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B3CF; }
p { color: rgb(240,179,207); }
H1.HeaderClassName
{
color: #F0B3CF;
}
.AnyTagClassName
{
color: #F0B3CF;
}
</style>
background-color css
<style>
a { background-color: #F0B3CF; }
a { background-color: rgb(240,179,207); }
div.DivClassName
{
background-color: #F0B3CF;
}
.BgClassName
{
background-color: #F0B3CF;
}
</style>
border-color css
<style>
span { border-color: #F0B3CF; }
span { border-color: rgb(240,179,207); }
td.TdClassName
{
border-color: #F0B3CF;
}
.TagClassName
{
border-color: #F0B3CF;
}
</style>