Shades of Lavender Pink #FEB2DD
Tints of Lavender Pink #FEB2DD
RGB
CMYK
RGB Variations
Color information
#FEB2DD (or 0xFEB2DD) is known color: Lavender Pink. HEX triplet: FE, B2 and DD. RGB value is (254,178,221). Sum of RGB (Red+Green+Blue) = 254+178+221=653 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.90% from 653); Green value is 178 (69.92% from 255 or 27.26% from 653); Blue value is 221 (86.72% from 255 or 33.84% from 653); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB2DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEB2DD is #014D22. Grayscale: #CDCDCD. Windows color (decimal): -85283 or 14529278. OLE color: 14529278.
HSL color Cylindrical-coordinate representation of color #FEB2DD: hue angle of 326.05º 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 #FEB2DD is Cyan = 0, Magento = 0.30, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 178 | 221 | - |
| CMYK | 0 | 0.30 | 0.13 | 0.00 |
| HSL | 326.05º | 0.97% | 0.85% | - |
| HSV(B) | 326.05º | 0.3% | 1% | - |
| XYZ | 69.84 | 58.13 | 75.95 | - |
| YUV | 205.63 | 136.68 | 162.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 178 | 221 | 0 | 0.30 | 0.13 | 0.00 | 326.05 | 0.97 | 0.85 |
| Hex | FE | B2 | DD | 0 | 1E | D | 0 | 146 | 61 | 55 |
| Octal | 376 | 262 | 335 | 0 | 36 | 15 | 0 | 506 | 141 | 125 |
| Binary | 11111110 | 10110010 | 11011101 | 0 | 11110 | 1101 | 0 | 101000110 | 1100001 | 1010101 |
Color Harmonies of #FEB2DD
Complementary color
Monochromatic Colors of #FEB2DD
Black with #FEB2DD
Text Example
Text Example
White with #FEB2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB2DD; }
p { color: rgb(254,178,221); }
H1.HeaderClassName
{
color: #FEB2DD;
}
.AnyTagClassName
{
color: #FEB2DD;
}
</style>
background-color css
<style>
a { background-color: #FEB2DD; }
a { background-color: rgb(254,178,221); }
div.DivClassName
{
background-color: #FEB2DD;
}
.BgClassName
{
background-color: #FEB2DD;
}
</style>
border-color css
<style>
span { border-color: #FEB2DD; }
span { border-color: rgb(254,178,221); }
td.TdClassName
{
border-color: #FEB2DD;
}
.TagClassName
{
border-color: #FEB2DD;
}
</style>