Shades of Lavender Rose #FEB3FA
Tints of Lavender Rose #FEB3FA
RGB
CMYK
RGB Variations
Color information
#FEB3FA (or 0xFEB3FA) is known color: Lavender Rose. HEX triplet: FE, B3 and FA. RGB value is (254,179,250). Sum of RGB (Red+Green+Blue) = 254+179+250=683 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.19% from 683); Green value is 179 (70.31% from 255 or 26.21% from 683); Blue value is 250 (98.05% from 255 or 36.60% from 683); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB3FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEB3FA is #014C05. Grayscale: #D1D1D1. Windows color (decimal): -84998 or 16430078. OLE color: 16430078.
HSL color Cylindrical-coordinate representation of color #FEB3FA: hue angle of 303.2º 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 #FEB3FA is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 179 | 250 | - |
| CMYK | 0 | 0.30 | 0.02 | 0.00 |
| HSL | 303.2º | 0.97% | 0.85% | - |
| HSV(B) | 303.2º | 0.3% | 1% | - |
| XYZ | 74.25 | 60.21 | 98.15 | - |
| YUV | 209.52 | 150.85 | 159.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 179 | 250 | 0 | 0.30 | 0.02 | 0.00 | 303.2 | 0.97 | 0.85 |
| Hex | FE | B3 | FA | 0 | 1E | 2 | 0 | 12F | 61 | 55 |
| Octal | 376 | 263 | 372 | 0 | 36 | 2 | 0 | 457 | 141 | 125 |
| Binary | 11111110 | 10110011 | 11111010 | 0 | 11110 | 10 | 0 | 100101111 | 1100001 | 1010101 |
Color Harmonies of #FEB3FA
Complementary color
Monochromatic Colors of #FEB3FA
Black with #FEB3FA
Text Example
Text Example
White with #FEB3FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB3FA; }
p { color: rgb(254,179,250); }
H1.HeaderClassName
{
color: #FEB3FA;
}
.AnyTagClassName
{
color: #FEB3FA;
}
</style>
background-color css
<style>
a { background-color: #FEB3FA; }
a { background-color: rgb(254,179,250); }
div.DivClassName
{
background-color: #FEB3FA;
}
.BgClassName
{
background-color: #FEB3FA;
}
</style>
border-color css
<style>
span { border-color: #FEB3FA; }
span { border-color: rgb(254,179,250); }
td.TdClassName
{
border-color: #FEB3FA;
}
.TagClassName
{
border-color: #FEB3FA;
}
</style>