Shades of Lavender Pink #FFB2DD
Tints of Lavender Pink #FFB2DD
RGB
CMYK
RGB Variations
Color information
#FFB2DD (or 0xFFB2DD) is known color: Lavender Pink. HEX triplet: FF, B2 and DD. RGB value is (255,178,221). Sum of RGB (Red+Green+Blue) = 255+178+221=654 (86% of max value = 765). Red value is 255 (100% from 255 or 38.99% from 654); Green value is 178 (69.92% from 255 or 27.22% from 654); Blue value is 221 (86.72% from 255 or 33.79% from 654); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB2DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFB2DD is #004D22. Grayscale: #CDCDCD. Windows color (decimal): -19747 or 14529279. OLE color: 14529279.
HSL color Cylindrical-coordinate representation of color #FFB2DD: hue angle of 326.49º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FFB2DD is Cyan = 0, Magento = 0.30, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 178 | 221 | - |
| CMYK | 0 | 0.30 | 0.13 | 0 |
| HSL | 326.49º | 1% | 0.85% | - |
| HSV(B) | 326.49º | 0.3% | 1% | - |
| XYZ | 70.21 | 58.32 | 75.96 | - |
| YUV | 205.93 | 136.51 | 163 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 178 | 221 | 0 | 0.30 | 0.13 | 0 | 326.49 | 1 | 0.85 |
| Hex | FF | B2 | DD | 0 | 1E | D | 0 | 146 | 64 | 55 |
| Octal | 377 | 262 | 335 | 0 | 36 | 15 | 0 | 506 | 144 | 125 |
| Binary | 11111111 | 10110010 | 11011101 | 0 | 11110 | 1101 | 0 | 101000110 | 1100100 | 1010101 |
Color Harmonies of #FFB2DD
Complementary color
Monochromatic Colors of #FFB2DD
Black with #FFB2DD
Text Example
Text Example
White with #FFB2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB2DD; }
p { color: rgb(255,178,221); }
H1.HeaderClassName
{
color: #FFB2DD;
}
.AnyTagClassName
{
color: #FFB2DD;
}
</style>
background-color css
<style>
a { background-color: #FFB2DD; }
a { background-color: rgb(255,178,221); }
div.DivClassName
{
background-color: #FFB2DD;
}
.BgClassName
{
background-color: #FFB2DD;
}
</style>
border-color css
<style>
span { border-color: #FFB2DD; }
span { border-color: rgb(255,178,221); }
td.TdClassName
{
border-color: #FFB2DD;
}
.TagClassName
{
border-color: #FFB2DD;
}
</style>