Shades of Lavender Rose #F399DC
Tints of Lavender Rose #F399DC
RGB
CMYK
RGB Variations
Color information
#F399DC (or 0xF399DC) is known color: Lavender Rose. HEX triplet: F3, 99 and DC. RGB value is (243,153,220). Sum of RGB (Red+Green+Blue) = 243+153+220=616 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.45% from 616); Green value is 153 (60.16% from 255 or 24.84% from 616); Blue value is 220 (86.33% from 255 or 35.71% from 616); Max value from RGB is 243 - color contains mainly: red. Hex color #F399DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F399DC is #0C6623. Grayscale: #BBBBBB. Windows color (decimal): -812580 or 14457331. OLE color: 14457331.
HSL color Cylindrical-coordinate representation of color #F399DC: hue angle of 315.33º degrees, saturation: 0.79, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F399DC is Cyan = 0, Magento = 0.37, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 153 | 220 | - |
| CMYK | 0 | 0.37 | 0.09 | 0.05 |
| HSL | 315.33º | 0.79% | 0.78% | - |
| HSV(B) | 315.33º | 0.37% | 0.95% | - |
| XYZ | 61.27 | 47 | 73.55 | - |
| YUV | 187.55 | 146.32 | 167.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 153 | 220 | 0 | 0.37 | 0.09 | 0.05 | 315.33 | 0.79 | 0.78 |
| Hex | F3 | 99 | DC | 0 | 25 | 9 | 5 | 13B | 4F | 4E |
| Octal | 363 | 231 | 334 | 0 | 45 | 11 | 5 | 473 | 117 | 116 |
| Binary | 11110011 | 10011001 | 11011100 | 0 | 100101 | 1001 | 101 | 100111011 | 1001111 | 1001110 |
Color Harmonies of #F399DC
Complementary color
Monochromatic Colors of #F399DC
Black with #F399DC
Text Example
Text Example
White with #F399DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F399DC; }
p { color: rgb(243,153,220); }
H1.HeaderClassName
{
color: #F399DC;
}
.AnyTagClassName
{
color: #F399DC;
}
</style>
background-color css
<style>
a { background-color: #F399DC; }
a { background-color: rgb(243,153,220); }
div.DivClassName
{
background-color: #F399DC;
}
.BgClassName
{
background-color: #F399DC;
}
</style>
border-color css
<style>
span { border-color: #F399DC; }
span { border-color: rgb(243,153,220); }
td.TdClassName
{
border-color: #F399DC;
}
.TagClassName
{
border-color: #F399DC;
}
</style>