Shades of Lavender Rose #F399D1
Tints of Lavender Rose #F399D1
RGB
CMYK
RGB Variations
Color information
#F399D1 (or 0xF399D1) is known color: Lavender Rose. HEX triplet: F3, 99 and D1. RGB value is (243,153,209). Sum of RGB (Red+Green+Blue) = 243+153+209=605 (80% of max value = 765). Red value is 243 (95.31% from 255 or 40.17% from 605); Green value is 153 (60.16% from 255 or 25.29% from 605); Blue value is 209 (82.03% from 255 or 34.55% from 605); Max value from RGB is 243 - color contains mainly: red. Hex color #F399D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F399D1 is #0C662E. Grayscale: #BABABA. Windows color (decimal): -812591 or 13736435. OLE color: 13736435.
HSL color Cylindrical-coordinate representation of color #F399D1: hue angle of 322.67º 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 #F399D1 is Cyan = 0, Magento = 0.37, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 153 | 209 | - |
| CMYK | 0 | 0.37 | 0.14 | 0.05 |
| HSL | 322.67º | 0.79% | 0.78% | - |
| HSV(B) | 322.67º | 0.37% | 0.95% | - |
| XYZ | 59.86 | 46.44 | 66.13 | - |
| YUV | 186.29 | 140.82 | 168.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 153 | 209 | 0 | 0.37 | 0.14 | 0.05 | 322.67 | 0.79 | 0.78 |
| Hex | F3 | 99 | D1 | 0 | 25 | E | 5 | 143 | 4F | 4E |
| Octal | 363 | 231 | 321 | 0 | 45 | 16 | 5 | 503 | 117 | 116 |
| Binary | 11110011 | 10011001 | 11010001 | 0 | 100101 | 1110 | 101 | 101000011 | 1001111 | 1001110 |
Color Harmonies of #F399D1
Complementary color
Monochromatic Colors of #F399D1
Black with #F399D1
Text Example
Text Example
White with #F399D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F399D1; }
p { color: rgb(243,153,209); }
H1.HeaderClassName
{
color: #F399D1;
}
.AnyTagClassName
{
color: #F399D1;
}
</style>
background-color css
<style>
a { background-color: #F399D1; }
a { background-color: rgb(243,153,209); }
div.DivClassName
{
background-color: #F399D1;
}
.BgClassName
{
background-color: #F399D1;
}
</style>
border-color css
<style>
span { border-color: #F399D1; }
span { border-color: rgb(243,153,209); }
td.TdClassName
{
border-color: #F399D1;
}
.TagClassName
{
border-color: #F399D1;
}
</style>