Shades of Lavender Rose #FEBFEE
Tints of Lavender Rose #FEBFEE
RGB
CMYK
RGB Variations
Color information
#FEBFEE (or 0xFEBFEE) is known color: Lavender Rose. HEX triplet: FE, BF and EE. RGB value is (254,191,238). Sum of RGB (Red+Green+Blue) = 254+191+238=683 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.19% from 683); Green value is 191 (75% from 255 or 27.96% from 683); Blue value is 238 (93.36% from 255 or 34.85% from 683); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBFEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEBFEE is #014011. Grayscale: #D7D7D7. Windows color (decimal): -81938 or 15646718. OLE color: 15646718.
HSL color Cylindrical-coordinate representation of color #FEBFEE: hue angle of 315.24º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FEBFEE is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 191 | 238 | - |
| CMYK | 0 | 0.25 | 0.06 | 0.00 |
| HSL | 315.24º | 0.97% | 0.87% | - |
| HSV(B) | 315.24º | 0.25% | 1% | - |
| XYZ | 74.94 | 64.51 | 89.39 | - |
| YUV | 215.2 | 140.87 | 155.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 191 | 238 | 0 | 0.25 | 0.06 | 0.00 | 315.24 | 0.97 | 0.87 |
| Hex | FE | BF | EE | 0 | 19 | 6 | 0 | 13B | 61 | 57 |
| Octal | 376 | 277 | 356 | 0 | 31 | 6 | 0 | 473 | 141 | 127 |
| Binary | 11111110 | 10111111 | 11101110 | 0 | 11001 | 110 | 0 | 100111011 | 1100001 | 1010111 |
Color Harmonies of #FEBFEE
Complementary color
Monochromatic Colors of #FEBFEE
Black with #FEBFEE
Text Example
Text Example
White with #FEBFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBFEE; }
p { color: rgb(254,191,238); }
H1.HeaderClassName
{
color: #FEBFEE;
}
.AnyTagClassName
{
color: #FEBFEE;
}
</style>
background-color css
<style>
a { background-color: #FEBFEE; }
a { background-color: rgb(254,191,238); }
div.DivClassName
{
background-color: #FEBFEE;
}
.BgClassName
{
background-color: #FEBFEE;
}
</style>
border-color css
<style>
span { border-color: #FEBFEE; }
span { border-color: rgb(254,191,238); }
td.TdClassName
{
border-color: #FEBFEE;
}
.TagClassName
{
border-color: #FEBFEE;
}
</style>