Shades of Lavender Pink #FEB3DB
Tints of Lavender Pink #FEB3DB
RGB
CMYK
RGB Variations
Color information
#FEB3DB (or 0xFEB3DB) is known color: Lavender Pink. HEX triplet: FE, B3 and DB. RGB value is (254,179,219). Sum of RGB (Red+Green+Blue) = 254+179+219=652 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.96% from 652); Green value is 179 (70.31% from 255 or 27.45% from 652); Blue value is 219 (85.94% from 255 or 33.59% from 652); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB3DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB3DB is #014C24. Grayscale: #CDCDCD. Windows color (decimal): -85029 or 14398462. OLE color: 14398462.
HSL color Cylindrical-coordinate representation of color #FEB3DB: hue angle of 328º 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 #FEB3DB is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 179 | 219 | - |
| CMYK | 0 | 0.30 | 0.14 | 0.00 |
| HSL | 328º | 0.97% | 0.85% | - |
| HSV(B) | 328º | 0.3% | 1% | - |
| XYZ | 69.78 | 58.43 | 74.62 | - |
| YUV | 205.99 | 135.35 | 162.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 179 | 219 | 0 | 0.30 | 0.14 | 0.00 | 328 | 0.97 | 0.85 |
| Hex | FE | B3 | DB | 0 | 1E | E | 0 | 148 | 61 | 55 |
| Octal | 376 | 263 | 333 | 0 | 36 | 16 | 0 | 510 | 141 | 125 |
| Binary | 11111110 | 10110011 | 11011011 | 0 | 11110 | 1110 | 0 | 101001000 | 1100001 | 1010101 |
Color Harmonies of #FEB3DB
Complementary color
Monochromatic Colors of #FEB3DB
Black with #FEB3DB
Text Example
Text Example
White with #FEB3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB3DB; }
p { color: rgb(254,179,219); }
H1.HeaderClassName
{
color: #FEB3DB;
}
.AnyTagClassName
{
color: #FEB3DB;
}
</style>
background-color css
<style>
a { background-color: #FEB3DB; }
a { background-color: rgb(254,179,219); }
div.DivClassName
{
background-color: #FEB3DB;
}
.BgClassName
{
background-color: #FEB3DB;
}
</style>
border-color css
<style>
span { border-color: #FEB3DB; }
span { border-color: rgb(254,179,219); }
td.TdClassName
{
border-color: #FEB3DB;
}
.TagClassName
{
border-color: #FEB3DB;
}
</style>