Shades of Lavender Rose #F6B8F1
Tints of Lavender Rose #F6B8F1
RGB
CMYK
RGB Variations
Color information
#F6B8F1 (or 0xF6B8F1) is known color: Lavender Rose. HEX triplet: F6, B8 and F1. RGB value is (246,184,241). Sum of RGB (Red+Green+Blue) = 246+184+241=671 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.66% from 671); Green value is 184 (72.27% from 255 or 27.42% from 671); Blue value is 241 (94.53% from 255 or 35.92% from 671); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B8F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6B8F1 is #09470E. Grayscale: #D0D0D0. Windows color (decimal): -608015 or 15841526. OLE color: 15841526.
HSL color Cylindrical-coordinate representation of color #F6B8F1: hue angle of 304.84º degrees, saturation: 0.77, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F6B8F1 is Cyan = 0, Magento = 0.25, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 184 | 241 | - |
| CMYK | 0 | 0.25 | 0.02 | 0.04 |
| HSL | 304.84º | 0.78% | 0.84% | - |
| HSV(B) | 304.84º | 0.25% | 0.96% | - |
| XYZ | 71.02 | 60.22 | 91.1 | - |
| YUV | 209.04 | 146.04 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 184 | 241 | 0 | 0.25 | 0.02 | 0.04 | 304.84 | 0.78 | 0.84 |
| Hex | F6 | B8 | F1 | 0 | 19 | 2 | 4 | 131 | 4E | 54 |
| Octal | 366 | 270 | 361 | 0 | 31 | 2 | 4 | 461 | 116 | 124 |
| Binary | 11110110 | 10111000 | 11110001 | 0 | 11001 | 10 | 100 | 100110001 | 1001110 | 1010100 |
Color Harmonies of #F6B8F1
Complementary color
Monochromatic Colors of #F6B8F1
Black with #F6B8F1
Text Example
Text Example
White with #F6B8F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6B8F1; }
p { color: rgb(246,184,241); }
H1.HeaderClassName
{
color: #F6B8F1;
}
.AnyTagClassName
{
color: #F6B8F1;
}
</style>
background-color css
<style>
a { background-color: #F6B8F1; }
a { background-color: rgb(246,184,241); }
div.DivClassName
{
background-color: #F6B8F1;
}
.BgClassName
{
background-color: #F6B8F1;
}
</style>
border-color css
<style>
span { border-color: #F6B8F1; }
span { border-color: rgb(246,184,241); }
td.TdClassName
{
border-color: #F6B8F1;
}
.TagClassName
{
border-color: #F6B8F1;
}
</style>