Shades of Lavender Pink #FFB2DA
Tints of Lavender Pink #FFB2DA
RGB
CMYK
RGB Variations
Color information
#FFB2DA (or 0xFFB2DA) is known color: Lavender Pink. HEX triplet: FF, B2 and DA. RGB value is (255,178,218). Sum of RGB (Red+Green+Blue) = 255+178+218=651 (86% of max value = 765). Red value is 255 (100% from 255 or 39.17% from 651); Green value is 178 (69.92% from 255 or 27.34% from 651); Blue value is 218 (85.55% from 255 or 33.49% from 651); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB2DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFB2DA is #004D25. Grayscale: #CDCDCD. Windows color (decimal): -19750 or 14332671. OLE color: 14332671.
HSL color Cylindrical-coordinate representation of color #FFB2DA: hue angle of 328.83º 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 #FFB2DA is Cyan = 0, Magento = 0.30, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 178 | 218 | - |
| CMYK | 0 | 0.30 | 0.15 | 0 |
| HSL | 328.83º | 1% | 0.85% | - |
| HSV(B) | 328.83º | 0.3% | 1% | - |
| XYZ | 69.82 | 58.16 | 73.88 | - |
| YUV | 205.58 | 135.01 | 163.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 178 | 218 | 0 | 0.30 | 0.15 | 0 | 328.83 | 1 | 0.85 |
| Hex | FF | B2 | DA | 0 | 1E | F | 0 | 149 | 64 | 55 |
| Octal | 377 | 262 | 332 | 0 | 36 | 17 | 0 | 511 | 144 | 125 |
| Binary | 11111111 | 10110010 | 11011010 | 0 | 11110 | 1111 | 0 | 101001001 | 1100100 | 1010101 |
Color Harmonies of #FFB2DA
Complementary color
Monochromatic Colors of #FFB2DA
Black with #FFB2DA
Text Example
Text Example
White with #FFB2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB2DA; }
p { color: rgb(255,178,218); }
H1.HeaderClassName
{
color: #FFB2DA;
}
.AnyTagClassName
{
color: #FFB2DA;
}
</style>
background-color css
<style>
a { background-color: #FFB2DA; }
a { background-color: rgb(255,178,218); }
div.DivClassName
{
background-color: #FFB2DA;
}
.BgClassName
{
background-color: #FFB2DA;
}
</style>
border-color css
<style>
span { border-color: #FFB2DA; }
span { border-color: rgb(255,178,218); }
td.TdClassName
{
border-color: #FFB2DA;
}
.TagClassName
{
border-color: #FFB2DA;
}
</style>