Shades of Lavender Pink #FEB2DE
Tints of Lavender Pink #FEB2DE
RGB
CMYK
RGB Variations
Color information
#FEB2DE (or 0xFEB2DE) is known color: Lavender Pink. HEX triplet: FE, B2 and DE. RGB value is (254,178,222). Sum of RGB (Red+Green+Blue) = 254+178+222=654 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.84% from 654); Green value is 178 (69.92% from 255 or 27.22% from 654); Blue value is 222 (87.11% from 255 or 33.94% from 654); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB2DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEB2DE is #014D21. Grayscale: #CDCDCD. Windows color (decimal): -85282 or 14594814. OLE color: 14594814.
HSL color Cylindrical-coordinate representation of color #FEB2DE: hue angle of 325.26º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FEB2DE is Cyan = 0, Magento = 0.30, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 178 | 222 | - |
| CMYK | 0 | 0.30 | 0.13 | 0.00 |
| HSL | 325.26º | 0.97% | 0.85% | - |
| HSV(B) | 325.26º | 0.3% | 1% | - |
| XYZ | 69.98 | 58.19 | 76.65 | - |
| YUV | 205.74 | 137.18 | 162.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 178 | 222 | 0 | 0.30 | 0.13 | 0.00 | 325.26 | 0.97 | 0.85 |
| Hex | FE | B2 | DE | 0 | 1E | D | 0 | 145 | 61 | 55 |
| Octal | 376 | 262 | 336 | 0 | 36 | 15 | 0 | 505 | 141 | 125 |
| Binary | 11111110 | 10110010 | 11011110 | 0 | 11110 | 1101 | 0 | 101000101 | 1100001 | 1010101 |
Color Harmonies of #FEB2DE
Complementary color
Monochromatic Colors of #FEB2DE
Black with #FEB2DE
Text Example
Text Example
White with #FEB2DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB2DE; }
p { color: rgb(254,178,222); }
H1.HeaderClassName
{
color: #FEB2DE;
}
.AnyTagClassName
{
color: #FEB2DE;
}
</style>
background-color css
<style>
a { background-color: #FEB2DE; }
a { background-color: rgb(254,178,222); }
div.DivClassName
{
background-color: #FEB2DE;
}
.BgClassName
{
background-color: #FEB2DE;
}
</style>
border-color css
<style>
span { border-color: #FEB2DE; }
span { border-color: rgb(254,178,222); }
td.TdClassName
{
border-color: #FEB2DE;
}
.TagClassName
{
border-color: #FEB2DE;
}
</style>