Shades of Lavender Rose #FCBEF0
Tints of Lavender Rose #FCBEF0
RGB
CMYK
RGB Variations
Color information
#FCBEF0 (or 0xFCBEF0) is known color: Lavender Rose. HEX triplet: FC, BE and F0. RGB value is (252,190,240). Sum of RGB (Red+Green+Blue) = 252+190+240=682 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.95% from 682); Green value is 190 (74.61% from 255 or 27.86% from 682); Blue value is 240 (94.14% from 255 or 35.19% from 682); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBEF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCBEF0 is #03410F. Grayscale: #D6D6D6. Windows color (decimal): -213264 or 15777532. OLE color: 15777532.
HSL color Cylindrical-coordinate representation of color #FCBEF0: hue angle of 311.61º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FCBEF0 is Cyan = 0, Magento = 0.25, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 190 | 240 | - |
| CMYK | 0 | 0.25 | 0.05 | 0.01 |
| HSL | 311.61º | 0.91% | 0.87% | - |
| HSV(B) | 311.61º | 0.25% | 0.99% | - |
| XYZ | 74.29 | 63.81 | 90.84 | - |
| YUV | 214.24 | 142.54 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 190 | 240 | 0 | 0.25 | 0.05 | 0.01 | 311.61 | 0.91 | 0.87 |
| Hex | FC | BE | F0 | 0 | 19 | 5 | 1 | 138 | 5B | 57 |
| Octal | 374 | 276 | 360 | 0 | 31 | 5 | 1 | 470 | 133 | 127 |
| Binary | 11111100 | 10111110 | 11110000 | 0 | 11001 | 101 | 1 | 100111000 | 1011011 | 1010111 |
Color Harmonies of #FCBEF0
Complementary color
Monochromatic Colors of #FCBEF0
Black with #FCBEF0
Text Example
Text Example
White with #FCBEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBEF0; }
p { color: rgb(252,190,240); }
H1.HeaderClassName
{
color: #FCBEF0;
}
.AnyTagClassName
{
color: #FCBEF0;
}
</style>
background-color css
<style>
a { background-color: #FCBEF0; }
a { background-color: rgb(252,190,240); }
div.DivClassName
{
background-color: #FCBEF0;
}
.BgClassName
{
background-color: #FCBEF0;
}
</style>
border-color css
<style>
span { border-color: #FCBEF0; }
span { border-color: rgb(252,190,240); }
td.TdClassName
{
border-color: #FCBEF0;
}
.TagClassName
{
border-color: #FCBEF0;
}
</style>