Shades of Lavender Pink #FFB2DF
Tints of Lavender Pink #FFB2DF
RGB
CMYK
RGB Variations
Color information
#FFB2DF (or 0xFFB2DF) is known color: Lavender Pink. HEX triplet: FF, B2 and DF. RGB value is (255,178,223). Sum of RGB (Red+Green+Blue) = 255+178+223=656 (86% of max value = 765). Red value is 255 (100% from 255 or 38.87% from 656); Green value is 178 (69.92% from 255 or 27.13% from 656); Blue value is 223 (87.5% from 255 or 33.99% from 656); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB2DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFB2DF is #004D20. Grayscale: #CECECE. Windows color (decimal): -19745 or 14660351. OLE color: 14660351.
HSL color Cylindrical-coordinate representation of color #FFB2DF: hue angle of 324.94º 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 #FFB2DF is Cyan = 0, Magento = 0.30, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 178 | 223 | - |
| CMYK | 0 | 0.30 | 0.13 | 0 |
| HSL | 324.94º | 1% | 0.85% | - |
| HSV(B) | 324.94º | 0.3% | 1% | - |
| XYZ | 70.48 | 58.43 | 77.38 | - |
| YUV | 206.15 | 137.51 | 162.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 178 | 223 | 0 | 0.30 | 0.13 | 0 | 324.94 | 1 | 0.85 |
| Hex | FF | B2 | DF | 0 | 1E | D | 0 | 145 | 64 | 55 |
| Octal | 377 | 262 | 337 | 0 | 36 | 15 | 0 | 505 | 144 | 125 |
| Binary | 11111111 | 10110010 | 11011111 | 0 | 11110 | 1101 | 0 | 101000101 | 1100100 | 1010101 |
Color Harmonies of #FFB2DF
Complementary color
Monochromatic Colors of #FFB2DF
Black with #FFB2DF
Text Example
Text Example
White with #FFB2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB2DF; }
p { color: rgb(255,178,223); }
H1.HeaderClassName
{
color: #FFB2DF;
}
.AnyTagClassName
{
color: #FFB2DF;
}
</style>
background-color css
<style>
a { background-color: #FFB2DF; }
a { background-color: rgb(255,178,223); }
div.DivClassName
{
background-color: #FFB2DF;
}
.BgClassName
{
background-color: #FFB2DF;
}
</style>
border-color css
<style>
span { border-color: #FFB2DF; }
span { border-color: rgb(255,178,223); }
td.TdClassName
{
border-color: #FFB2DF;
}
.TagClassName
{
border-color: #FFB2DF;
}
</style>