Shades of Lavender Rose #F39BED
Tints of Lavender Rose #F39BED
RGB
CMYK
RGB Variations
Color information
#F39BED (or 0xF39BED) is known color: Lavender Rose. HEX triplet: F3, 9B and ED. RGB value is (243,155,237). Sum of RGB (Red+Green+Blue) = 243+155+237=635 (84% of max value = 765). Red value is 243 (95.31% from 255 or 38.27% from 635); Green value is 155 (60.94% from 255 or 24.41% from 635); Blue value is 237 (92.97% from 255 or 37.32% from 635); Max value from RGB is 243 - color contains mainly: red. Hex color #F39BED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F39BED is #0C6412. Grayscale: #BEBEBE. Windows color (decimal): -812051 or 15571955. OLE color: 15571955.
HSL color Cylindrical-coordinate representation of color #F39BED: hue angle of 304.09º degrees, saturation: 0.79, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F39BED is Cyan = 0, Magento = 0.36, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 155 | 237 | - |
| CMYK | 0 | 0.36 | 0.02 | 0.05 |
| HSL | 304.09º | 0.79% | 0.78% | - |
| HSV(B) | 304.09º | 0.36% | 0.95% | - |
| XYZ | 63.97 | 48.61 | 86.13 | - |
| YUV | 190.66 | 154.15 | 165.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 155 | 237 | 0 | 0.36 | 0.02 | 0.05 | 304.09 | 0.79 | 0.78 |
| Hex | F3 | 9B | ED | 0 | 24 | 2 | 5 | 130 | 4F | 4E |
| Octal | 363 | 233 | 355 | 0 | 44 | 2 | 5 | 460 | 117 | 116 |
| Binary | 11110011 | 10011011 | 11101101 | 0 | 100100 | 10 | 101 | 100110000 | 1001111 | 1001110 |
Color Harmonies of #F39BED
Complementary color
Monochromatic Colors of #F39BED
Black with #F39BED
Text Example
Text Example
White with #F39BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F39BED; }
p { color: rgb(243,155,237); }
H1.HeaderClassName
{
color: #F39BED;
}
.AnyTagClassName
{
color: #F39BED;
}
</style>
background-color css
<style>
a { background-color: #F39BED; }
a { background-color: rgb(243,155,237); }
div.DivClassName
{
background-color: #F39BED;
}
.BgClassName
{
background-color: #F39BED;
}
</style>
border-color css
<style>
span { border-color: #F39BED; }
span { border-color: rgb(243,155,237); }
td.TdClassName
{
border-color: #F39BED;
}
.TagClassName
{
border-color: #F39BED;
}
</style>