Shades of Lavender Rose #FFBEED
Tints of Lavender Rose #FFBEED
RGB
CMYK
RGB Variations
Color information
#FFBEED (or 0xFFBEED) is known color: Lavender Rose. HEX triplet: FF, BE and ED. RGB value is (255,190,237). Sum of RGB (Red+Green+Blue) = 255+190+237=682 (90% of max value = 765). Red value is 255 (100% from 255 or 37.39% from 682); Green value is 190 (74.61% from 255 or 27.86% from 682); Blue value is 237 (92.97% from 255 or 34.75% from 682); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBEED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBEED is #004112. Grayscale: #D6D6D6. Windows color (decimal): -16659 or 15580927. OLE color: 15580927.
HSL color Cylindrical-coordinate representation of color #FFBEED: hue angle of 316.62º 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 #FFBEED is Cyan = 0, Magento = 0.25, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 190 | 237 | - |
| CMYK | 0 | 0.25 | 0.07 | 0 |
| HSL | 316.62º | 1% | 0.87% | - |
| HSV(B) | 316.62º | 0.25% | 1% | - |
| XYZ | 74.94 | 64.2 | 88.56 | - |
| YUV | 214.79 | 140.53 | 156.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 190 | 237 | 0 | 0.25 | 0.07 | 0 | 316.62 | 1 | 0.87 |
| Hex | FF | BE | ED | 0 | 19 | 7 | 0 | 13D | 64 | 57 |
| Octal | 377 | 276 | 355 | 0 | 31 | 7 | 0 | 475 | 144 | 127 |
| Binary | 11111111 | 10111110 | 11101101 | 0 | 11001 | 111 | 0 | 100111101 | 1100100 | 1010111 |
Color Harmonies of #FFBEED
Complementary color
Monochromatic Colors of #FFBEED
Black with #FFBEED
Text Example
Text Example
White with #FFBEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBEED; }
p { color: rgb(255,190,237); }
H1.HeaderClassName
{
color: #FFBEED;
}
.AnyTagClassName
{
color: #FFBEED;
}
</style>
background-color css
<style>
a { background-color: #FFBEED; }
a { background-color: rgb(255,190,237); }
div.DivClassName
{
background-color: #FFBEED;
}
.BgClassName
{
background-color: #FFBEED;
}
</style>
border-color css
<style>
span { border-color: #FFBEED; }
span { border-color: rgb(255,190,237); }
td.TdClassName
{
border-color: #FFBEED;
}
.TagClassName
{
border-color: #FFBEED;
}
</style>