Shades of Lavender Pink #FFB0CE
Tints of Lavender Pink #FFB0CE
RGB
CMYK
RGB Variations
Color information
#FFB0CE (or 0xFFB0CE) is known color: Lavender Pink. HEX triplet: FF, B0 and CE. RGB value is (255,176,206). Sum of RGB (Red+Green+Blue) = 255+176+206=637 (84% of max value = 765). Red value is 255 (100% from 255 or 40.03% from 637); Green value is 176 (69.14% from 255 or 27.63% from 637); Blue value is 206 (80.86% from 255 or 32.34% from 637); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB0CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFB0CE is #004F31. Grayscale: #CACACA. Windows color (decimal): -20274 or 13545727. OLE color: 13545727.
HSL color Cylindrical-coordinate representation of color #FFB0CE: hue angle of 337.22º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FFB0CE is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 176 | 206 | - |
| CMYK | 0 | 0.31 | 0.19 | 0 |
| HSL | 337.22º | 1% | 0.85% | - |
| HSV(B) | 337.22º | 0.31% | 1% | - |
| XYZ | 67.91 | 56.77 | 65.77 | - |
| YUV | 203.04 | 129.67 | 165.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 176 | 206 | 0 | 0.31 | 0.19 | 0 | 337.22 | 1 | 0.85 |
| Hex | FF | B0 | CE | 0 | 1F | 13 | 0 | 151 | 64 | 55 |
| Octal | 377 | 260 | 316 | 0 | 37 | 23 | 0 | 521 | 144 | 125 |
| Binary | 11111111 | 10110000 | 11001110 | 0 | 11111 | 10011 | 0 | 101010001 | 1100100 | 1010101 |
Color Harmonies of #FFB0CE
Complementary color
Monochromatic Colors of #FFB0CE
Black with #FFB0CE
Text Example
Text Example
White with #FFB0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB0CE; }
p { color: rgb(255,176,206); }
H1.HeaderClassName
{
color: #FFB0CE;
}
.AnyTagClassName
{
color: #FFB0CE;
}
</style>
background-color css
<style>
a { background-color: #FFB0CE; }
a { background-color: rgb(255,176,206); }
div.DivClassName
{
background-color: #FFB0CE;
}
.BgClassName
{
background-color: #FFB0CE;
}
</style>
border-color css
<style>
span { border-color: #FFB0CE; }
span { border-color: rgb(255,176,206); }
td.TdClassName
{
border-color: #FFB0CE;
}
.TagClassName
{
border-color: #FFB0CE;
}
</style>