Shades of Lavender Pink #FFB0D4
Tints of Lavender Pink #FFB0D4
RGB
CMYK
RGB Variations
Color information
#FFB0D4 (or 0xFFB0D4) is known color: Lavender Pink. HEX triplet: FF, B0 and D4. RGB value is (255,176,212). Sum of RGB (Red+Green+Blue) = 255+176+212=643 (85% of max value = 765). Red value is 255 (100% from 255 or 39.66% from 643); Green value is 176 (69.14% from 255 or 27.37% from 643); Blue value is 212 (83.20% from 255 or 32.97% from 643); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB0D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFB0D4 is #004F2B. Grayscale: #CBCBCB. Windows color (decimal): -20268 or 13938943. OLE color: 13938943.
HSL color Cylindrical-coordinate representation of color #FFB0D4: hue angle of 332.66º 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 #FFB0D4 is Cyan = 0, Magento = 0.31, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 176 | 212 | - |
| CMYK | 0 | 0.31 | 0.17 | 0 |
| HSL | 332.66º | 1% | 0.85% | - |
| HSV(B) | 332.66º | 0.31% | 1% | - |
| XYZ | 68.65 | 57.06 | 69.68 | - |
| YUV | 203.73 | 132.67 | 164.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 176 | 212 | 0 | 0.31 | 0.17 | 0 | 332.66 | 1 | 0.85 |
| Hex | FF | B0 | D4 | 0 | 1F | 11 | 0 | 14D | 64 | 55 |
| Octal | 377 | 260 | 324 | 0 | 37 | 21 | 0 | 515 | 144 | 125 |
| Binary | 11111111 | 10110000 | 11010100 | 0 | 11111 | 10001 | 0 | 101001101 | 1100100 | 1010101 |
Color Harmonies of #FFB0D4
Complementary color
Monochromatic Colors of #FFB0D4
Black with #FFB0D4
Text Example
Text Example
White with #FFB0D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB0D4; }
p { color: rgb(255,176,212); }
H1.HeaderClassName
{
color: #FFB0D4;
}
.AnyTagClassName
{
color: #FFB0D4;
}
</style>
background-color css
<style>
a { background-color: #FFB0D4; }
a { background-color: rgb(255,176,212); }
div.DivClassName
{
background-color: #FFB0D4;
}
.BgClassName
{
background-color: #FFB0D4;
}
</style>
border-color css
<style>
span { border-color: #FFB0D4; }
span { border-color: rgb(255,176,212); }
td.TdClassName
{
border-color: #FFB0D4;
}
.TagClassName
{
border-color: #FFB0D4;
}
</style>