Shades of Lavender Pink #FFB2DE
Tints of Lavender Pink #FFB2DE
RGB
CMYK
RGB Variations
Color information
#FFB2DE (or 0xFFB2DE) is known color: Lavender Pink. HEX triplet: FF, B2 and DE. RGB value is (255,178,222). Sum of RGB (Red+Green+Blue) = 255+178+222=655 (86% of max value = 765). Red value is 255 (100% from 255 or 38.93% from 655); Green value is 178 (69.92% from 255 or 27.18% from 655); Blue value is 222 (87.11% from 255 or 33.89% from 655); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB2DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFB2DE is #004D21. Grayscale: #CDCDCD. Windows color (decimal): -19746 or 14594815. OLE color: 14594815.
HSL color Cylindrical-coordinate representation of color #FFB2DE: hue angle of 325.71º 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 #FFB2DE is Cyan = 0, Magento = 0.30, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 178 | 222 | - |
| CMYK | 0 | 0.30 | 0.13 | 0 |
| HSL | 325.71º | 1% | 0.85% | - |
| HSV(B) | 325.71º | 0.3% | 1% | - |
| XYZ | 70.35 | 58.37 | 76.67 | - |
| YUV | 206.04 | 137.01 | 162.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 178 | 222 | 0 | 0.30 | 0.13 | 0 | 325.71 | 1 | 0.85 |
| Hex | FF | B2 | DE | 0 | 1E | D | 0 | 146 | 64 | 55 |
| Octal | 377 | 262 | 336 | 0 | 36 | 15 | 0 | 506 | 144 | 125 |
| Binary | 11111111 | 10110010 | 11011110 | 0 | 11110 | 1101 | 0 | 101000110 | 1100100 | 1010101 |
Color Harmonies of #FFB2DE
Complementary color
Monochromatic Colors of #FFB2DE
Black with #FFB2DE
Text Example
Text Example
White with #FFB2DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB2DE; }
p { color: rgb(255,178,222); }
H1.HeaderClassName
{
color: #FFB2DE;
}
.AnyTagClassName
{
color: #FFB2DE;
}
</style>
background-color css
<style>
a { background-color: #FFB2DE; }
a { background-color: rgb(255,178,222); }
div.DivClassName
{
background-color: #FFB2DE;
}
.BgClassName
{
background-color: #FFB2DE;
}
</style>
border-color css
<style>
span { border-color: #FFB2DE; }
span { border-color: rgb(255,178,222); }
td.TdClassName
{
border-color: #FFB2DE;
}
.TagClassName
{
border-color: #FFB2DE;
}
</style>