Shades of Lavender Rose #FEBCF2
Tints of Lavender Rose #FEBCF2
RGB
CMYK
RGB Variations
Color information
#FEBCF2 (or 0xFEBCF2) is known color: Lavender Rose. HEX triplet: FE, BC and F2. RGB value is (254,188,242). Sum of RGB (Red+Green+Blue) = 254+188+242=684 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.13% from 684); Green value is 188 (73.83% from 255 or 27.49% from 684); Blue value is 242 (94.92% from 255 or 35.38% from 684); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBCF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEBCF2 is #01430D. Grayscale: #D5D5D5. Windows color (decimal): -82702 or 15908094. OLE color: 15908094.
HSL color Cylindrical-coordinate representation of color #FEBCF2: hue angle of 310.91º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FEBCF2 is Cyan = 0, Magento = 0.26, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 188 | 242 | - |
| CMYK | 0 | 0.26 | 0.05 | 0.00 |
| HSL | 310.91º | 0.97% | 0.87% | - |
| HSV(B) | 310.91º | 0.26% | 1% | - |
| XYZ | 74.88 | 63.45 | 92.3 | - |
| YUV | 213.89 | 143.87 | 156.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 188 | 242 | 0 | 0.26 | 0.05 | 0.00 | 310.91 | 0.97 | 0.87 |
| Hex | FE | BC | F2 | 0 | 1A | 5 | 0 | 137 | 61 | 57 |
| Octal | 376 | 274 | 362 | 0 | 32 | 5 | 0 | 467 | 141 | 127 |
| Binary | 11111110 | 10111100 | 11110010 | 0 | 11010 | 101 | 0 | 100110111 | 1100001 | 1010111 |
Color Harmonies of #FEBCF2
Complementary color
Monochromatic Colors of #FEBCF2
Black with #FEBCF2
Text Example
Text Example
White with #FEBCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBCF2; }
p { color: rgb(254,188,242); }
H1.HeaderClassName
{
color: #FEBCF2;
}
.AnyTagClassName
{
color: #FEBCF2;
}
</style>
background-color css
<style>
a { background-color: #FEBCF2; }
a { background-color: rgb(254,188,242); }
div.DivClassName
{
background-color: #FEBCF2;
}
.BgClassName
{
background-color: #FEBCF2;
}
</style>
border-color css
<style>
span { border-color: #FEBCF2; }
span { border-color: rgb(254,188,242); }
td.TdClassName
{
border-color: #FEBCF2;
}
.TagClassName
{
border-color: #FEBCF2;
}
</style>