Shades of Lavender Rose #FCBEED
Tints of Lavender Rose #FCBEED
RGB
CMYK
RGB Variations
Color information
#FCBEED (or 0xFCBEED) is known color: Lavender Rose. HEX triplet: FC, BE and ED. RGB value is (252,190,237). Sum of RGB (Red+Green+Blue) = 252+190+237=679 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.11% from 679); Green value is 190 (74.61% from 255 or 27.98% from 679); Blue value is 237 (92.97% from 255 or 34.90% from 679); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBEED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCBEED is #034112. Grayscale: #D5D5D5. Windows color (decimal): -213267 or 15580924. OLE color: 15580924.
HSL color Cylindrical-coordinate representation of color #FCBEED: hue angle of 314.52º 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 #FCBEED is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 190 | 237 | - |
CMYK | 0 | 0.25 | 0.06 | 0.01 |
HSL | 314.52º | 0.91% | 0.87% | - |
HSV(B) | 314.52º | 0.25% | 0.99% | - |
XYZ | 73.84 | 63.64 | 88.51 | - |
YUV | 213.9 | 141.04 | 155.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 190 | 237 | 0 | 0.25 | 0.06 | 0.01 | 314.52 | 0.91 | 0.87 |
Hex | FC | BE | ED | 0 | 19 | 6 | 1 | 13B | 5B | 57 |
Octal | 374 | 276 | 355 | 0 | 31 | 6 | 1 | 473 | 133 | 127 |
Binary | 11111100 | 10111110 | 11101101 | 0 | 11001 | 110 | 1 | 100111011 | 1011011 | 1010111 |
Color Harmonies of #FCBEED
Complementary color
Monochromatic Colors of #FCBEED
Black with #FCBEED
Text Example
Text Example
White with #FCBEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBEED; }
p { color: rgb(252,190,237); }
H1.HeaderClassName
{
color: #FCBEED;
}
.AnyTagClassName
{
color: #FCBEED;
}
</style>
background-color css
<style>
a { background-color: #FCBEED; }
a { background-color: rgb(252,190,237); }
div.DivClassName
{
background-color: #FCBEED;
}
.BgClassName
{
background-color: #FCBEED;
}
</style>
border-color css
<style>
span { border-color: #FCBEED; }
span { border-color: rgb(252,190,237); }
td.TdClassName
{
border-color: #FCBEED;
}
.TagClassName
{
border-color: #FCBEED;
}
</style>