Shades of Lavender Pink #F6B1DA
Tints of Lavender Pink #F6B1DA
RGB
CMYK
RGB Variations
Color information
#F6B1DA (or 0xF6B1DA) is known color: Lavender Pink. HEX triplet: F6, B1 and DA. RGB value is (246,177,218). Sum of RGB (Red+Green+Blue) = 246+177+218=641 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.38% from 641); Green value is 177 (69.53% from 255 or 27.61% from 641); Blue value is 218 (85.55% from 255 or 34.01% from 641); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B1DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6B1DA is #094E25. Grayscale: #CACACA. Windows color (decimal): -609830 or 14332406. OLE color: 14332406.
HSL color Cylindrical-coordinate representation of color #F6B1DA: hue angle of 324.35º degrees, saturation: 0.79, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F6B1DA is Cyan = 0, Magento = 0.28, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 177 | 218 | - |
| CMYK | 0 | 0.28 | 0.11 | 0.04 |
| HSL | 324.35º | 0.79% | 0.83% | - |
| HSV(B) | 324.35º | 0.28% | 0.96% | - |
| XYZ | 66.38 | 56.1 | 73.66 | - |
| YUV | 202.31 | 136.86 | 159.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 177 | 218 | 0 | 0.28 | 0.11 | 0.04 | 324.35 | 0.79 | 0.83 |
| Hex | F6 | B1 | DA | 0 | 1C | B | 4 | 144 | 4F | 53 |
| Octal | 366 | 261 | 332 | 0 | 34 | 13 | 4 | 504 | 117 | 123 |
| Binary | 11110110 | 10110001 | 11011010 | 0 | 11100 | 1011 | 100 | 101000100 | 1001111 | 1010011 |
Color Harmonies of #F6B1DA
Complementary color
Monochromatic Colors of #F6B1DA
Black with #F6B1DA
Text Example
Text Example
White with #F6B1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6B1DA; }
p { color: rgb(246,177,218); }
H1.HeaderClassName
{
color: #F6B1DA;
}
.AnyTagClassName
{
color: #F6B1DA;
}
</style>
background-color css
<style>
a { background-color: #F6B1DA; }
a { background-color: rgb(246,177,218); }
div.DivClassName
{
background-color: #F6B1DA;
}
.BgClassName
{
background-color: #F6B1DA;
}
</style>
border-color css
<style>
span { border-color: #F6B1DA; }
span { border-color: rgb(246,177,218); }
td.TdClassName
{
border-color: #F6B1DA;
}
.TagClassName
{
border-color: #F6B1DA;
}
</style>