Shades of Lavender Pink #FEB0D0
Tints of Lavender Pink #FEB0D0
RGB
CMYK
RGB Variations
Color information
#FEB0D0 (or 0xFEB0D0) is known color: Lavender Pink. HEX triplet: FE, B0 and D0. RGB value is (254,176,208). Sum of RGB (Red+Green+Blue) = 254+176+208=638 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.81% from 638); Green value is 176 (69.14% from 255 or 27.59% from 638); Blue value is 208 (81.64% from 255 or 32.60% from 638); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB0D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEB0D0 is #014F2F. Grayscale: #CACACA. Windows color (decimal): -85808 or 13676798. OLE color: 13676798.
HSL color Cylindrical-coordinate representation of color #FEB0D0: hue angle of 335.38º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FEB0D0 is Cyan = 0, Magento = 0.31, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 176 | 208 | - |
| CMYK | 0 | 0.31 | 0.18 | 0.00 |
| HSL | 335.38º | 0.98% | 0.84% | - |
| HSV(B) | 335.38º | 0.31% | 1% | - |
| XYZ | 67.78 | 56.68 | 67.04 | - |
| YUV | 202.97 | 130.84 | 164.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 176 | 208 | 0 | 0.31 | 0.18 | 0.00 | 335.38 | 0.98 | 0.84 |
| Hex | FE | B0 | D0 | 0 | 1F | 12 | 0 | 14F | 62 | 54 |
| Octal | 376 | 260 | 320 | 0 | 37 | 22 | 0 | 517 | 142 | 124 |
| Binary | 11111110 | 10110000 | 11010000 | 0 | 11111 | 10010 | 0 | 101001111 | 1100010 | 1010100 |
Color Harmonies of #FEB0D0
Complementary color
Monochromatic Colors of #FEB0D0
Black with #FEB0D0
Text Example
Text Example
White with #FEB0D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB0D0; }
p { color: rgb(254,176,208); }
H1.HeaderClassName
{
color: #FEB0D0;
}
.AnyTagClassName
{
color: #FEB0D0;
}
</style>
background-color css
<style>
a { background-color: #FEB0D0; }
a { background-color: rgb(254,176,208); }
div.DivClassName
{
background-color: #FEB0D0;
}
.BgClassName
{
background-color: #FEB0D0;
}
</style>
border-color css
<style>
span { border-color: #FEB0D0; }
span { border-color: rgb(254,176,208); }
td.TdClassName
{
border-color: #FEB0D0;
}
.TagClassName
{
border-color: #FEB0D0;
}
</style>