Shades of Lavender Pink #F5B0CE
Tints of Lavender Pink #F5B0CE
RGB
CMYK
RGB Variations
Color information
#F5B0CE (or 0xF5B0CE) is known color: Lavender Pink. HEX triplet: F5, B0 and CE. RGB value is (245,176,206). Sum of RGB (Red+Green+Blue) = 245+176+206=627 (83% of max value = 765). Red value is 245 (96.09% from 255 or 39.07% from 627); Green value is 176 (69.14% from 255 or 28.07% from 627); Blue value is 206 (80.86% from 255 or 32.85% from 627); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B0CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5B0CE is #0A4F31. Grayscale: #C7C7C7. Windows color (decimal): -675634 or 13545717. OLE color: 13545717.
HSL color Cylindrical-coordinate representation of color #F5B0CE: hue angle of 333.91º degrees, saturation: 0.78, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F5B0CE is Cyan = 0, Magento = 0.28, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 176 | 206 | - |
| CMYK | 0 | 0.28 | 0.16 | 0.04 |
| HSL | 333.91º | 0.78% | 0.83% | - |
| HSV(B) | 333.91º | 0.28% | 0.96% | - |
| XYZ | 64.32 | 54.92 | 65.6 | - |
| YUV | 200.05 | 131.36 | 160.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 176 | 206 | 0 | 0.28 | 0.16 | 0.04 | 333.91 | 0.78 | 0.83 |
| Hex | F5 | B0 | CE | 0 | 1C | 10 | 4 | 14E | 4E | 53 |
| Octal | 365 | 260 | 316 | 0 | 34 | 20 | 4 | 516 | 116 | 123 |
| Binary | 11110101 | 10110000 | 11001110 | 0 | 11100 | 10000 | 100 | 101001110 | 1001110 | 1010011 |
Color Harmonies of #F5B0CE
Complementary color
Monochromatic Colors of #F5B0CE
Black with #F5B0CE
Text Example
Text Example
White with #F5B0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5B0CE; }
p { color: rgb(245,176,206); }
H1.HeaderClassName
{
color: #F5B0CE;
}
.AnyTagClassName
{
color: #F5B0CE;
}
</style>
background-color css
<style>
a { background-color: #F5B0CE; }
a { background-color: rgb(245,176,206); }
div.DivClassName
{
background-color: #F5B0CE;
}
.BgClassName
{
background-color: #F5B0CE;
}
</style>
border-color css
<style>
span { border-color: #F5B0CE; }
span { border-color: rgb(245,176,206); }
td.TdClassName
{
border-color: #F5B0CE;
}
.TagClassName
{
border-color: #F5B0CE;
}
</style>