Shades of Lavender Rose #F6B8E4
Tints of Lavender Rose #F6B8E4
RGB
CMYK
RGB Variations
Color information
#F6B8E4 (or 0xF6B8E4) is known color: Lavender Rose. HEX triplet: F6, B8 and E4. RGB value is (246,184,228). Sum of RGB (Red+Green+Blue) = 246+184+228=658 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.39% from 658); Green value is 184 (72.27% from 255 or 27.96% from 658); Blue value is 228 (89.45% from 255 or 34.65% from 658); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B8E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6B8E4 is #09471B. Grayscale: #CFCFCF. Windows color (decimal): -608028 or 14989558. OLE color: 14989558.
HSL color Cylindrical-coordinate representation of color #F6B8E4: hue angle of 317.42º 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 #F6B8E4 is Cyan = 0, Magento = 0.25, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 184 | 228 | - |
| CMYK | 0 | 0.25 | 0.07 | 0.04 |
| HSL | 317.42º | 0.78% | 0.84% | - |
| HSV(B) | 317.42º | 0.25% | 0.96% | - |
| XYZ | 69.15 | 59.48 | 81.23 | - |
| YUV | 207.55 | 139.54 | 155.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 184 | 228 | 0 | 0.25 | 0.07 | 0.04 | 317.42 | 0.78 | 0.84 |
| Hex | F6 | B8 | E4 | 0 | 19 | 7 | 4 | 13D | 4E | 54 |
| Octal | 366 | 270 | 344 | 0 | 31 | 7 | 4 | 475 | 116 | 124 |
| Binary | 11110110 | 10111000 | 11100100 | 0 | 11001 | 111 | 100 | 100111101 | 1001110 | 1010100 |
Color Harmonies of #F6B8E4
Complementary color
Monochromatic Colors of #F6B8E4
Black with #F6B8E4
Text Example
Text Example
White with #F6B8E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6B8E4; }
p { color: rgb(246,184,228); }
H1.HeaderClassName
{
color: #F6B8E4;
}
.AnyTagClassName
{
color: #F6B8E4;
}
</style>
background-color css
<style>
a { background-color: #F6B8E4; }
a { background-color: rgb(246,184,228); }
div.DivClassName
{
background-color: #F6B8E4;
}
.BgClassName
{
background-color: #F6B8E4;
}
</style>
border-color css
<style>
span { border-color: #F6B8E4; }
span { border-color: rgb(246,184,228); }
td.TdClassName
{
border-color: #F6B8E4;
}
.TagClassName
{
border-color: #F6B8E4;
}
</style>