Shades of Lavender Pink #FEB3E0
Tints of Lavender Pink #FEB3E0
RGB
CMYK
RGB Variations
Color information
#FEB3E0 (or 0xFEB3E0) is known color: Lavender Pink. HEX triplet: FE, B3 and E0. RGB value is (254,179,224). Sum of RGB (Red+Green+Blue) = 254+179+224=657 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.66% from 657); Green value is 179 (70.31% from 255 or 27.25% from 657); Blue value is 224 (87.89% from 255 or 34.09% from 657); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB3E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB3E0 is #014C1F. Grayscale: #CECECE. Windows color (decimal): -85024 or 14726142. OLE color: 14726142.
HSL color Cylindrical-coordinate representation of color #FEB3E0: hue angle of 324º 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 #FEB3E0 is Cyan = 0, Magento = 0.30, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 179 | 224 | - |
| CMYK | 0 | 0.30 | 0.12 | 0.00 |
| HSL | 324º | 0.97% | 0.85% | - |
| HSV(B) | 324º | 0.3% | 1% | - |
| XYZ | 70.45 | 58.69 | 78.14 | - |
| YUV | 206.56 | 137.85 | 161.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 179 | 224 | 0 | 0.30 | 0.12 | 0.00 | 324 | 0.97 | 0.85 |
| Hex | FE | B3 | E0 | 0 | 1E | C | 0 | 144 | 61 | 55 |
| Octal | 376 | 263 | 340 | 0 | 36 | 14 | 0 | 504 | 141 | 125 |
| Binary | 11111110 | 10110011 | 11100000 | 0 | 11110 | 1100 | 0 | 101000100 | 1100001 | 1010101 |
Color Harmonies of #FEB3E0
Complementary color
Monochromatic Colors of #FEB3E0
Black with #FEB3E0
Text Example
Text Example
White with #FEB3E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB3E0; }
p { color: rgb(254,179,224); }
H1.HeaderClassName
{
color: #FEB3E0;
}
.AnyTagClassName
{
color: #FEB3E0;
}
</style>
background-color css
<style>
a { background-color: #FEB3E0; }
a { background-color: rgb(254,179,224); }
div.DivClassName
{
background-color: #FEB3E0;
}
.BgClassName
{
background-color: #FEB3E0;
}
</style>
border-color css
<style>
span { border-color: #FEB3E0; }
span { border-color: rgb(254,179,224); }
td.TdClassName
{
border-color: #FEB3E0;
}
.TagClassName
{
border-color: #FEB3E0;
}
</style>