Shades of Lavender Pink #FEB2D7
Tints of Lavender Pink #FEB2D7
RGB
CMYK
RGB Variations
Color information
#FEB2D7 (or 0xFEB2D7) is known color: Lavender Pink. HEX triplet: FE, B2 and D7. RGB value is (254,178,215). Sum of RGB (Red+Green+Blue) = 254+178+215=647 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.26% from 647); Green value is 178 (69.92% from 255 or 27.51% from 647); Blue value is 215 (84.38% from 255 or 33.23% from 647); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB2D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEB2D7 is #014D28. Grayscale: #CCCCCC. Windows color (decimal): -85289 or 14136062. OLE color: 14136062.
HSL color Cylindrical-coordinate representation of color #FEB2D7: hue angle of 330.79º 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 #FEB2D7 is Cyan = 0, Magento = 0.30, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 178 | 215 | - |
| CMYK | 0 | 0.30 | 0.15 | 0.00 |
| HSL | 330.79º | 0.97% | 0.85% | - |
| HSV(B) | 330.79º | 0.3% | 1% | - |
| XYZ | 69.06 | 57.82 | 71.81 | - |
| YUV | 204.94 | 133.68 | 162.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 178 | 215 | 0 | 0.30 | 0.15 | 0.00 | 330.79 | 0.97 | 0.85 |
| Hex | FE | B2 | D7 | 0 | 1E | F | 0 | 14B | 61 | 55 |
| Octal | 376 | 262 | 327 | 0 | 36 | 17 | 0 | 513 | 141 | 125 |
| Binary | 11111110 | 10110010 | 11010111 | 0 | 11110 | 1111 | 0 | 101001011 | 1100001 | 1010101 |
Color Harmonies of #FEB2D7
Complementary color
Monochromatic Colors of #FEB2D7
Black with #FEB2D7
Text Example
Text Example
White with #FEB2D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB2D7; }
p { color: rgb(254,178,215); }
H1.HeaderClassName
{
color: #FEB2D7;
}
.AnyTagClassName
{
color: #FEB2D7;
}
</style>
background-color css
<style>
a { background-color: #FEB2D7; }
a { background-color: rgb(254,178,215); }
div.DivClassName
{
background-color: #FEB2D7;
}
.BgClassName
{
background-color: #FEB2D7;
}
</style>
border-color css
<style>
span { border-color: #FEB2D7; }
span { border-color: rgb(254,178,215); }
td.TdClassName
{
border-color: #FEB2D7;
}
.TagClassName
{
border-color: #FEB2D7;
}
</style>