Shades of Lavender Pink #FEB3DF
Tints of Lavender Pink #FEB3DF
RGB
CMYK
RGB Variations
Color information
#FEB3DF (or 0xFEB3DF) is known color: Lavender Pink. HEX triplet: FE, B3 and DF. RGB value is (254,179,223). Sum of RGB (Red+Green+Blue) = 254+179+223=656 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.72% from 656); Green value is 179 (70.31% from 255 or 27.29% from 656); Blue value is 223 (87.5% from 255 or 33.99% from 656); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB3DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB3DF is #014C20. Grayscale: #CECECE. Windows color (decimal): -85025 or 14660606. OLE color: 14660606.
HSL color Cylindrical-coordinate representation of color #FEB3DF: hue angle of 324.8º 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 #FEB3DF is Cyan = 0, Magento = 0.30, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 179 | 223 | - |
| CMYK | 0 | 0.30 | 0.12 | 0.00 |
| HSL | 324.8º | 0.97% | 0.85% | - |
| HSV(B) | 324.8º | 0.3% | 1% | - |
| XYZ | 70.31 | 58.64 | 77.42 | - |
| YUV | 206.44 | 137.35 | 161.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 179 | 223 | 0 | 0.30 | 0.12 | 0.00 | 324.8 | 0.97 | 0.85 |
| Hex | FE | B3 | DF | 0 | 1E | C | 0 | 145 | 61 | 55 |
| Octal | 376 | 263 | 337 | 0 | 36 | 14 | 0 | 505 | 141 | 125 |
| Binary | 11111110 | 10110011 | 11011111 | 0 | 11110 | 1100 | 0 | 101000101 | 1100001 | 1010101 |
Color Harmonies of #FEB3DF
Complementary color
Monochromatic Colors of #FEB3DF
Black with #FEB3DF
Text Example
Text Example
White with #FEB3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB3DF; }
p { color: rgb(254,179,223); }
H1.HeaderClassName
{
color: #FEB3DF;
}
.AnyTagClassName
{
color: #FEB3DF;
}
</style>
background-color css
<style>
a { background-color: #FEB3DF; }
a { background-color: rgb(254,179,223); }
div.DivClassName
{
background-color: #FEB3DF;
}
.BgClassName
{
background-color: #FEB3DF;
}
</style>
border-color css
<style>
span { border-color: #FEB3DF; }
span { border-color: rgb(254,179,223); }
td.TdClassName
{
border-color: #FEB3DF;
}
.TagClassName
{
border-color: #FEB3DF;
}
</style>