Shades of Lavender Rose #F399D5
Tints of Lavender Rose #F399D5
RGB
CMYK
RGB Variations
Color information
#F399D5 (or 0xF399D5) is known color: Lavender Rose. HEX triplet: F3, 99 and D5. RGB value is (243,153,213). Sum of RGB (Red+Green+Blue) = 243+153+213=609 (80% of max value = 765). Red value is 243 (95.31% from 255 or 39.90% from 609); Green value is 153 (60.16% from 255 or 25.12% from 609); Blue value is 213 (83.59% from 255 or 34.98% from 609); Max value from RGB is 243 - color contains mainly: red. Hex color #F399D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F399D5 is #0C662A. Grayscale: #BABABA. Windows color (decimal): -812587 or 13998579. OLE color: 13998579.
HSL color Cylindrical-coordinate representation of color #F399D5: hue angle of 320º 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 #F399D5 is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 153 | 213 | - |
| CMYK | 0 | 0.37 | 0.12 | 0.05 |
| HSL | 320º | 0.79% | 0.78% | - |
| HSV(B) | 320º | 0.37% | 0.95% | - |
| XYZ | 60.36 | 46.64 | 68.77 | - |
| YUV | 186.75 | 142.82 | 168.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 153 | 213 | 0 | 0.37 | 0.12 | 0.05 | 320 | 0.79 | 0.78 |
| Hex | F3 | 99 | D5 | 0 | 25 | C | 5 | 140 | 4F | 4E |
| Octal | 363 | 231 | 325 | 0 | 45 | 14 | 5 | 500 | 117 | 116 |
| Binary | 11110011 | 10011001 | 11010101 | 0 | 100101 | 1100 | 101 | 101000000 | 1001111 | 1001110 |
Color Harmonies of #F399D5
Complementary color
Monochromatic Colors of #F399D5
Black with #F399D5
Text Example
Text Example
White with #F399D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F399D5; }
p { color: rgb(243,153,213); }
H1.HeaderClassName
{
color: #F399D5;
}
.AnyTagClassName
{
color: #F399D5;
}
</style>
background-color css
<style>
a { background-color: #F399D5; }
a { background-color: rgb(243,153,213); }
div.DivClassName
{
background-color: #F399D5;
}
.BgClassName
{
background-color: #F399D5;
}
</style>
border-color css
<style>
span { border-color: #F399D5; }
span { border-color: rgb(243,153,213); }
td.TdClassName
{
border-color: #F399D5;
}
.TagClassName
{
border-color: #F399D5;
}
</style>