Shades of Lavender Rose #F6B4F8
Tints of Lavender Rose #F6B4F8
RGB
CMYK
RGB Variations
Color information
#F6B4F8 (or 0xF6B4F8) is known color: Lavender Rose. HEX triplet: F6, B4 and F8. RGB value is (246,180,248). Sum of RGB (Red+Green+Blue) = 246+180+248=674 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.50% from 674); Green value is 180 (70.70% from 255 or 26.71% from 674); Blue value is 248 (97.27% from 255 or 36.80% from 674); Max value from RGB is 248 - color contains mainly: blue. Hex color #F6B4F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6B4F8 is #094B07. Grayscale: #CFCFCF. Windows color (decimal): -609032 or 16299254. OLE color: 16299254.
HSL color Cylindrical-coordinate representation of color #F6B4F8: hue angle of 298.24º degrees, saturation: 0.83, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F6B4F8 is Cyan = 0.01, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 246 | 180 | 248 | - |
| CMYK | 0.01 | 0.27 | 0 | 0.03 |
| HSL | 298.24º | 0.83% | 0.84% | - |
| HSV(B) | 298.24º | 0.27% | 0.97% | - |
| XYZ | 71.27 | 59.01 | 96.44 | - |
| YUV | 207.49 | 150.87 | 155.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 180 | 248 | 0.01 | 0.27 | 0 | 0.03 | 298.24 | 0.83 | 0.84 |
| Hex | F6 | B4 | F8 | 1 | 1B | 0 | 3 | 12A | 53 | 54 |
| Octal | 366 | 264 | 370 | 1 | 33 | 0 | 3 | 452 | 123 | 124 |
| Binary | 11110110 | 10110100 | 11111000 | 1 | 11011 | 0 | 11 | 100101010 | 1010011 | 1010100 |
Color Harmonies of #F6B4F8
Complementary color
Monochromatic Colors of #F6B4F8
Black with #F6B4F8
Text Example
Text Example
White with #F6B4F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6B4F8; }
p { color: rgb(246,180,248); }
H1.HeaderClassName
{
color: #F6B4F8;
}
.AnyTagClassName
{
color: #F6B4F8;
}
</style>
background-color css
<style>
a { background-color: #F6B4F8; }
a { background-color: rgb(246,180,248); }
div.DivClassName
{
background-color: #F6B4F8;
}
.BgClassName
{
background-color: #F6B4F8;
}
</style>
border-color css
<style>
span { border-color: #F6B4F8; }
span { border-color: rgb(246,180,248); }
td.TdClassName
{
border-color: #F6B4F8;
}
.TagClassName
{
border-color: #F6B4F8;
}
</style>