Shades of Lavender Rose #FC9BED
Tints of Lavender Rose #FC9BED
RGB
CMYK
RGB Variations
Color information
#FC9BED (or 0xFC9BED) is known color: Lavender Rose. HEX triplet: FC, 9B and ED. RGB value is (252,155,237). Sum of RGB (Red+Green+Blue) = 252+155+237=644 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.13% from 644); Green value is 155 (60.94% from 255 or 24.07% from 644); Blue value is 237 (92.97% from 255 or 36.80% from 644); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9BED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC9BED is #036412. Grayscale: #C1C1C1. Windows color (decimal): -222227 or 15571964. OLE color: 15571964.
HSL color Cylindrical-coordinate representation of color #FC9BED: hue angle of 309.28º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FC9BED is Cyan = 0, Magento = 0.38, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 155 | 237 | - |
| CMYK | 0 | 0.38 | 0.06 | 0.01 |
| HSL | 309.28º | 0.94% | 0.8% | - |
| HSV(B) | 309.28º | 0.38% | 0.99% | - |
| XYZ | 67.15 | 50.25 | 86.28 | - |
| YUV | 193.35 | 152.64 | 169.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 155 | 237 | 0 | 0.38 | 0.06 | 0.01 | 309.28 | 0.94 | 0.8 |
| Hex | FC | 9B | ED | 0 | 26 | 6 | 1 | 135 | 5E | 50 |
| Octal | 374 | 233 | 355 | 0 | 46 | 6 | 1 | 465 | 136 | 120 |
| Binary | 11111100 | 10011011 | 11101101 | 0 | 100110 | 110 | 1 | 100110101 | 1011110 | 1010000 |
Color Harmonies of #FC9BED
Complementary color
Monochromatic Colors of #FC9BED
Black with #FC9BED
Text Example
Text Example
White with #FC9BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC9BED; }
p { color: rgb(252,155,237); }
H1.HeaderClassName
{
color: #FC9BED;
}
.AnyTagClassName
{
color: #FC9BED;
}
</style>
background-color css
<style>
a { background-color: #FC9BED; }
a { background-color: rgb(252,155,237); }
div.DivClassName
{
background-color: #FC9BED;
}
.BgClassName
{
background-color: #FC9BED;
}
</style>
border-color css
<style>
span { border-color: #FC9BED; }
span { border-color: rgb(252,155,237); }
td.TdClassName
{
border-color: #FC9BED;
}
.TagClassName
{
border-color: #FC9BED;
}
</style>