Shades of Lavender Rose #FFBEFC
Tints of Lavender Rose #FFBEFC
RGB
CMYK
RGB Variations
Color information
#FFBEFC (or 0xFFBEFC) is known color: Lavender Rose. HEX triplet: FF, BE and FC. RGB value is (255,190,252). Sum of RGB (Red+Green+Blue) = 255+190+252=697 (92% of max value = 765). Red value is 255 (100% from 255 or 36.59% from 697); Green value is 190 (74.61% from 255 or 27.26% from 697); Blue value is 252 (98.83% from 255 or 36.15% from 697); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBEFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBEFC is #004103. Grayscale: #D8D8D8. Windows color (decimal): -16644 or 16563967. OLE color: 16563967.
HSL color Cylindrical-coordinate representation of color #FFBEFC: hue angle of 302.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 #FFBEFC is Cyan = 0, Magento = 0.25, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 190 | 252 | - |
| CMYK | 0 | 0.25 | 0.01 | 0 |
| HSL | 302.77º | 1% | 0.87% | - |
| HSV(B) | 302.77º | 0.25% | 1% | - |
| XYZ | 77.22 | 65.12 | 100.59 | - |
| YUV | 216.5 | 148.03 | 155.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 190 | 252 | 0 | 0.25 | 0.01 | 0 | 302.77 | 1 | 0.87 |
| Hex | FF | BE | FC | 0 | 19 | 1 | 0 | 12F | 64 | 57 |
| Octal | 377 | 276 | 374 | 0 | 31 | 1 | 0 | 457 | 144 | 127 |
| Binary | 11111111 | 10111110 | 11111100 | 0 | 11001 | 1 | 0 | 100101111 | 1100100 | 1010111 |
Color Harmonies of #FFBEFC
Complementary color
Monochromatic Colors of #FFBEFC
Black with #FFBEFC
Text Example
Text Example
White with #FFBEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBEFC; }
p { color: rgb(255,190,252); }
H1.HeaderClassName
{
color: #FFBEFC;
}
.AnyTagClassName
{
color: #FFBEFC;
}
</style>
background-color css
<style>
a { background-color: #FFBEFC; }
a { background-color: rgb(255,190,252); }
div.DivClassName
{
background-color: #FFBEFC;
}
.BgClassName
{
background-color: #FFBEFC;
}
</style>
border-color css
<style>
span { border-color: #FFBEFC; }
span { border-color: rgb(255,190,252); }
td.TdClassName
{
border-color: #FFBEFC;
}
.TagClassName
{
border-color: #FFBEFC;
}
</style>