Shades of Lavender Pink #FEB1D4
Tints of Lavender Pink #FEB1D4
RGB
CMYK
RGB Variations
Color information
#FEB1D4 (or 0xFEB1D4) is known color: Lavender Pink. HEX triplet: FE, B1 and D4. RGB value is (254,177,212). Sum of RGB (Red+Green+Blue) = 254+177+212=643 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.50% from 643); Green value is 177 (69.53% from 255 or 27.53% from 643); Blue value is 212 (83.20% from 255 or 32.97% from 643); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB1D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEB1D4 is #014E2B. Grayscale: #CBCBCB. Windows color (decimal): -85548 or 13939198. OLE color: 13939198.
HSL color Cylindrical-coordinate representation of color #FEB1D4: hue angle of 332.73º 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 #FEB1D4 is Cyan = 0, Magento = 0.30, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 177 | 212 | - |
| CMYK | 0 | 0.30 | 0.17 | 0.00 |
| HSL | 332.73º | 0.97% | 0.85% | - |
| HSV(B) | 332.73º | 0.3% | 1% | - |
| XYZ | 68.48 | 57.27 | 69.73 | - |
| YUV | 204.01 | 132.51 | 163.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 177 | 212 | 0 | 0.30 | 0.17 | 0.00 | 332.73 | 0.97 | 0.85 |
| Hex | FE | B1 | D4 | 0 | 1E | 11 | 0 | 14D | 61 | 55 |
| Octal | 376 | 261 | 324 | 0 | 36 | 21 | 0 | 515 | 141 | 125 |
| Binary | 11111110 | 10110001 | 11010100 | 0 | 11110 | 10001 | 0 | 101001101 | 1100001 | 1010101 |
Color Harmonies of #FEB1D4
Complementary color
Monochromatic Colors of #FEB1D4
Black with #FEB1D4
Text Example
Text Example
White with #FEB1D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB1D4; }
p { color: rgb(254,177,212); }
H1.HeaderClassName
{
color: #FEB1D4;
}
.AnyTagClassName
{
color: #FEB1D4;
}
</style>
background-color css
<style>
a { background-color: #FEB1D4; }
a { background-color: rgb(254,177,212); }
div.DivClassName
{
background-color: #FEB1D4;
}
.BgClassName
{
background-color: #FEB1D4;
}
</style>
border-color css
<style>
span { border-color: #FEB1D4; }
span { border-color: rgb(254,177,212); }
td.TdClassName
{
border-color: #FEB1D4;
}
.TagClassName
{
border-color: #FEB1D4;
}
</style>