Shades of Lavender Rose #FCBEEF
Tints of Lavender Rose #FCBEEF
RGB
CMYK
RGB Variations
Color information
#FCBEEF (or 0xFCBEEF) is known color: Lavender Rose. HEX triplet: FC, BE and EF. RGB value is (252,190,239). Sum of RGB (Red+Green+Blue) = 252+190+239=681 (90% of max value = 765). Red value is 252 (98.83% from 255 or 37.00% from 681); Green value is 190 (74.61% from 255 or 27.90% from 681); Blue value is 239 (93.75% from 255 or 35.10% from 681); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBEEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCBEEF is #034110. Grayscale: #D5D5D5. Windows color (decimal): -213265 or 15711996. OLE color: 15711996.
HSL color Cylindrical-coordinate representation of color #FCBEEF: hue angle of 312.58º 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 #FCBEEF is Cyan = 0, Magento = 0.25, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 190 | 239 | - |
| CMYK | 0 | 0.25 | 0.05 | 0.01 |
| HSL | 312.58º | 0.91% | 0.87% | - |
| HSV(B) | 312.58º | 0.25% | 0.99% | - |
| XYZ | 74.14 | 63.75 | 90.06 | - |
| YUV | 214.12 | 142.04 | 155.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 190 | 239 | 0 | 0.25 | 0.05 | 0.01 | 312.58 | 0.91 | 0.87 |
| Hex | FC | BE | EF | 0 | 19 | 5 | 1 | 139 | 5B | 57 |
| Octal | 374 | 276 | 357 | 0 | 31 | 5 | 1 | 471 | 133 | 127 |
| Binary | 11111100 | 10111110 | 11101111 | 0 | 11001 | 101 | 1 | 100111001 | 1011011 | 1010111 |
Color Harmonies of #FCBEEF
Complementary color
Monochromatic Colors of #FCBEEF
Black with #FCBEEF
Text Example
Text Example
White with #FCBEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBEEF; }
p { color: rgb(252,190,239); }
H1.HeaderClassName
{
color: #FCBEEF;
}
.AnyTagClassName
{
color: #FCBEEF;
}
</style>
background-color css
<style>
a { background-color: #FCBEEF; }
a { background-color: rgb(252,190,239); }
div.DivClassName
{
background-color: #FCBEEF;
}
.BgClassName
{
background-color: #FCBEEF;
}
</style>
border-color css
<style>
span { border-color: #FCBEEF; }
span { border-color: rgb(252,190,239); }
td.TdClassName
{
border-color: #FCBEEF;
}
.TagClassName
{
border-color: #FCBEEF;
}
</style>