Shades of Lavender Rose #FEB3F2
Tints of Lavender Rose #FEB3F2
RGB
CMYK
RGB Variations
Color information
#FEB3F2 (or 0xFEB3F2) is known color: Lavender Rose. HEX triplet: FE, B3 and F2. RGB value is (254,179,242). Sum of RGB (Red+Green+Blue) = 254+179+242=675 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.63% from 675); Green value is 179 (70.31% from 255 or 26.52% from 675); Blue value is 242 (94.92% from 255 or 35.85% from 675); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB3F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEB3F2 is #014C0D. Grayscale: #D0D0D0. Windows color (decimal): -85006 or 15905790. OLE color: 15905790.
HSL color Cylindrical-coordinate representation of color #FEB3F2: hue angle of 309.6º 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 #FEB3F2 is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 179 | 242 | - |
| CMYK | 0 | 0.30 | 0.05 | 0.00 |
| HSL | 309.6º | 0.97% | 0.85% | - |
| HSV(B) | 309.6º | 0.3% | 1% | - |
| XYZ | 73.02 | 59.72 | 91.68 | - |
| YUV | 208.61 | 146.85 | 160.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 179 | 242 | 0 | 0.30 | 0.05 | 0.00 | 309.6 | 0.97 | 0.85 |
| Hex | FE | B3 | F2 | 0 | 1E | 5 | 0 | 136 | 61 | 55 |
| Octal | 376 | 263 | 362 | 0 | 36 | 5 | 0 | 466 | 141 | 125 |
| Binary | 11111110 | 10110011 | 11110010 | 0 | 11110 | 101 | 0 | 100110110 | 1100001 | 1010101 |
Color Harmonies of #FEB3F2
Complementary color
Monochromatic Colors of #FEB3F2
Black with #FEB3F2
Text Example
Text Example
White with #FEB3F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB3F2; }
p { color: rgb(254,179,242); }
H1.HeaderClassName
{
color: #FEB3F2;
}
.AnyTagClassName
{
color: #FEB3F2;
}
</style>
background-color css
<style>
a { background-color: #FEB3F2; }
a { background-color: rgb(254,179,242); }
div.DivClassName
{
background-color: #FEB3F2;
}
.BgClassName
{
background-color: #FEB3F2;
}
</style>
border-color css
<style>
span { border-color: #FEB3F2; }
span { border-color: rgb(254,179,242); }
td.TdClassName
{
border-color: #FEB3F2;
}
.TagClassName
{
border-color: #FEB3F2;
}
</style>