Shades of Lavender Rose #FCBEEE
Tints of Lavender Rose #FCBEEE
RGB
CMYK
RGB Variations
Color information
#FCBEEE (or 0xFCBEEE) is known color: Lavender Rose. HEX triplet: FC, BE and EE. RGB value is (252,190,238). Sum of RGB (Red+Green+Blue) = 252+190+238=680 (90% of max value = 765). Red value is 252 (98.83% from 255 or 37.06% from 680); Green value is 190 (74.61% from 255 or 27.94% from 680); Blue value is 238 (93.36% from 255 or 35% from 680); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBEEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCBEEE is #034111. Grayscale: #D5D5D5. Windows color (decimal): -213266 or 15646460. OLE color: 15646460.
HSL color Cylindrical-coordinate representation of color #FCBEEE: hue angle of 313.55º 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 #FCBEEE is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 190 | 238 | - |
| CMYK | 0 | 0.25 | 0.06 | 0.01 |
| HSL | 313.55º | 0.91% | 0.87% | - |
| HSV(B) | 313.55º | 0.25% | 0.99% | - |
| XYZ | 73.99 | 63.7 | 89.28 | - |
| YUV | 214.01 | 141.54 | 155.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 190 | 238 | 0 | 0.25 | 0.06 | 0.01 | 313.55 | 0.91 | 0.87 |
| Hex | FC | BE | EE | 0 | 19 | 6 | 1 | 13A | 5B | 57 |
| Octal | 374 | 276 | 356 | 0 | 31 | 6 | 1 | 472 | 133 | 127 |
| Binary | 11111100 | 10111110 | 11101110 | 0 | 11001 | 110 | 1 | 100111010 | 1011011 | 1010111 |
Color Harmonies of #FCBEEE
Complementary color
Monochromatic Colors of #FCBEEE
Black with #FCBEEE
Text Example
Text Example
White with #FCBEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBEEE; }
p { color: rgb(252,190,238); }
H1.HeaderClassName
{
color: #FCBEEE;
}
.AnyTagClassName
{
color: #FCBEEE;
}
</style>
background-color css
<style>
a { background-color: #FCBEEE; }
a { background-color: rgb(252,190,238); }
div.DivClassName
{
background-color: #FCBEEE;
}
.BgClassName
{
background-color: #FCBEEE;
}
</style>
border-color css
<style>
span { border-color: #FCBEEE; }
span { border-color: rgb(252,190,238); }
td.TdClassName
{
border-color: #FCBEEE;
}
.TagClassName
{
border-color: #FCBEEE;
}
</style>