Shades of Lavender Pink #FEB0DF
Tints of Lavender Pink #FEB0DF
RGB
CMYK
RGB Variations
Color information
#FEB0DF (or 0xFEB0DF) is known color: Lavender Pink. HEX triplet: FE, B0 and DF. RGB value is (254,176,223). Sum of RGB (Red+Green+Blue) = 254+176+223=653 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.90% from 653); Green value is 176 (69.14% from 255 or 26.95% from 653); Blue value is 223 (87.5% from 255 or 34.15% from 653); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB0DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEB0DF is #014F20. Grayscale: #CCCCCC. Windows color (decimal): -85793 or 14659838. OLE color: 14659838.
HSL color Cylindrical-coordinate representation of color #FEB0DF: hue angle of 323.85º 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 #FEB0DF is Cyan = 0, Magento = 0.31, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 176 | 223 | - |
| CMYK | 0 | 0.31 | 0.12 | 0.00 |
| HSL | 323.85º | 0.98% | 0.84% | - |
| HSV(B) | 323.85º | 0.31% | 1% | - |
| XYZ | 69.72 | 57.45 | 77.23 | - |
| YUV | 204.68 | 138.34 | 163.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 176 | 223 | 0 | 0.31 | 0.12 | 0.00 | 323.85 | 0.98 | 0.84 |
| Hex | FE | B0 | DF | 0 | 1F | C | 0 | 144 | 62 | 54 |
| Octal | 376 | 260 | 337 | 0 | 37 | 14 | 0 | 504 | 142 | 124 |
| Binary | 11111110 | 10110000 | 11011111 | 0 | 11111 | 1100 | 0 | 101000100 | 1100010 | 1010100 |
Color Harmonies of #FEB0DF
Complementary color
Monochromatic Colors of #FEB0DF
Black with #FEB0DF
Text Example
Text Example
White with #FEB0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB0DF; }
p { color: rgb(254,176,223); }
H1.HeaderClassName
{
color: #FEB0DF;
}
.AnyTagClassName
{
color: #FEB0DF;
}
</style>
background-color css
<style>
a { background-color: #FEB0DF; }
a { background-color: rgb(254,176,223); }
div.DivClassName
{
background-color: #FEB0DF;
}
.BgClassName
{
background-color: #FEB0DF;
}
</style>
border-color css
<style>
span { border-color: #FEB0DF; }
span { border-color: rgb(254,176,223); }
td.TdClassName
{
border-color: #FEB0DF;
}
.TagClassName
{
border-color: #FEB0DF;
}
</style>