Shades of Lavender Rose #FEB8FA
Tints of Lavender Rose #FEB8FA
RGB
CMYK
RGB Variations
Color information
#FEB8FA (or 0xFEB8FA) is known color: Lavender Rose. HEX triplet: FE, B8 and FA. RGB value is (254,184,250). Sum of RGB (Red+Green+Blue) = 254+184+250=688 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.92% from 688); Green value is 184 (72.27% from 255 or 26.74% from 688); Blue value is 250 (98.05% from 255 or 36.34% from 688); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB8FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEB8FA is #014705. Grayscale: #D4D4D4. Windows color (decimal): -83718 or 16431358. OLE color: 16431358.
HSL color Cylindrical-coordinate representation of color #FEB8FA: hue angle of 303.43º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FEB8FA is Cyan = 0, Magento = 0.28, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 184 | 250 | - |
| CMYK | 0 | 0.28 | 0.02 | 0.00 |
| HSL | 303.43º | 0.97% | 0.86% | - |
| HSV(B) | 303.43º | 0.28% | 1% | - |
| XYZ | 75.27 | 62.25 | 98.49 | - |
| YUV | 212.45 | 149.19 | 157.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 184 | 250 | 0 | 0.28 | 0.02 | 0.00 | 303.43 | 0.97 | 0.86 |
| Hex | FE | B8 | FA | 0 | 1C | 2 | 0 | 12F | 61 | 56 |
| Octal | 376 | 270 | 372 | 0 | 34 | 2 | 0 | 457 | 141 | 126 |
| Binary | 11111110 | 10111000 | 11111010 | 0 | 11100 | 10 | 0 | 100101111 | 1100001 | 1010110 |
Color Harmonies of #FEB8FA
Complementary color
Monochromatic Colors of #FEB8FA
Black with #FEB8FA
Text Example
Text Example
White with #FEB8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB8FA; }
p { color: rgb(254,184,250); }
H1.HeaderClassName
{
color: #FEB8FA;
}
.AnyTagClassName
{
color: #FEB8FA;
}
</style>
background-color css
<style>
a { background-color: #FEB8FA; }
a { background-color: rgb(254,184,250); }
div.DivClassName
{
background-color: #FEB8FA;
}
.BgClassName
{
background-color: #FEB8FA;
}
</style>
border-color css
<style>
span { border-color: #FEB8FA; }
span { border-color: rgb(254,184,250); }
td.TdClassName
{
border-color: #FEB8FA;
}
.TagClassName
{
border-color: #FEB8FA;
}
</style>