Shades of Lavender Rose #FFBEEF
Tints of Lavender Rose #FFBEEF
RGB
CMYK
RGB Variations
Color information
#FFBEEF (or 0xFFBEEF) is known color: Lavender Rose. HEX triplet: FF, BE and EF. RGB value is (255,190,239). Sum of RGB (Red+Green+Blue) = 255+190+239=684 (90% of max value = 765). Red value is 255 (100% from 255 or 37.28% from 684); Green value is 190 (74.61% from 255 or 27.78% from 684); Blue value is 239 (93.75% from 255 or 34.94% from 684); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBEEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBEEF is #004110. Grayscale: #D6D6D6. Windows color (decimal): -16657 or 15711999. OLE color: 15711999.
HSL color Cylindrical-coordinate representation of color #FFBEEF: hue angle of 314.77º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FFBEEF is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 190 | 239 | - |
| CMYK | 0 | 0.25 | 0.06 | 0 |
| HSL | 314.77º | 1% | 0.87% | - |
| HSV(B) | 314.77º | 0.25% | 1% | - |
| XYZ | 75.23 | 64.32 | 90.11 | - |
| YUV | 215.02 | 141.53 | 156.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 190 | 239 | 0 | 0.25 | 0.06 | 0 | 314.77 | 1 | 0.87 |
| Hex | FF | BE | EF | 0 | 19 | 6 | 0 | 13B | 64 | 57 |
| Octal | 377 | 276 | 357 | 0 | 31 | 6 | 0 | 473 | 144 | 127 |
| Binary | 11111111 | 10111110 | 11101111 | 0 | 11001 | 110 | 0 | 100111011 | 1100100 | 1010111 |
Color Harmonies of #FFBEEF
Complementary color
Monochromatic Colors of #FFBEEF
Black with #FFBEEF
Text Example
Text Example
White with #FFBEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBEEF; }
p { color: rgb(255,190,239); }
H1.HeaderClassName
{
color: #FFBEEF;
}
.AnyTagClassName
{
color: #FFBEEF;
}
</style>
background-color css
<style>
a { background-color: #FFBEEF; }
a { background-color: rgb(255,190,239); }
div.DivClassName
{
background-color: #FFBEEF;
}
.BgClassName
{
background-color: #FFBEEF;
}
</style>
border-color css
<style>
span { border-color: #FFBEEF; }
span { border-color: rgb(255,190,239); }
td.TdClassName
{
border-color: #FFBEEF;
}
.TagClassName
{
border-color: #FFBEEF;
}
</style>