Shades of Lavender Pink #FFB0CD
Tints of Lavender Pink #FFB0CD
RGB
CMYK
RGB Variations
Color information
#FFB0CD (or 0xFFB0CD) is known color: Lavender Pink. HEX triplet: FF, B0 and CD. RGB value is (255,176,205). Sum of RGB (Red+Green+Blue) = 255+176+205=636 (84% of max value = 765). Red value is 255 (100% from 255 or 40.09% from 636); Green value is 176 (69.14% from 255 or 27.67% from 636); Blue value is 205 (80.47% from 255 or 32.23% from 636); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB0CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFB0CD is #004F32. Grayscale: #CACACA. Windows color (decimal): -20275 or 13480191. OLE color: 13480191.
HSL color Cylindrical-coordinate representation of color #FFB0CD: hue angle of 337.97º 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 #FFB0CD is Cyan = 0, Magento = 0.31, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 176 | 205 | - |
| CMYK | 0 | 0.31 | 0.20 | 0 |
| HSL | 337.97º | 1% | 0.85% | - |
| HSV(B) | 337.97º | 0.31% | 1% | - |
| XYZ | 67.78 | 56.72 | 65.13 | - |
| YUV | 202.93 | 129.17 | 165.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 176 | 205 | 0 | 0.31 | 0.20 | 0 | 337.97 | 1 | 0.85 |
| Hex | FF | B0 | CD | 0 | 1F | 14 | 0 | 152 | 64 | 55 |
| Octal | 377 | 260 | 315 | 0 | 37 | 24 | 0 | 522 | 144 | 125 |
| Binary | 11111111 | 10110000 | 11001101 | 0 | 11111 | 10100 | 0 | 101010010 | 1100100 | 1010101 |
Color Harmonies of #FFB0CD
Complementary color
Monochromatic Colors of #FFB0CD
Black with #FFB0CD
Text Example
Text Example
White with #FFB0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB0CD; }
p { color: rgb(255,176,205); }
H1.HeaderClassName
{
color: #FFB0CD;
}
.AnyTagClassName
{
color: #FFB0CD;
}
</style>
background-color css
<style>
a { background-color: #FFB0CD; }
a { background-color: rgb(255,176,205); }
div.DivClassName
{
background-color: #FFB0CD;
}
.BgClassName
{
background-color: #FFB0CD;
}
</style>
border-color css
<style>
span { border-color: #FFB0CD; }
span { border-color: rgb(255,176,205); }
td.TdClassName
{
border-color: #FFB0CD;
}
.TagClassName
{
border-color: #FFB0CD;
}
</style>