Shades of Lavender Pink #F6B1D3
Tints of Lavender Pink #F6B1D3
RGB
CMYK
RGB Variations
Color information
#F6B1D3 (or 0xF6B1D3) is known color: Lavender Pink. HEX triplet: F6, B1 and D3. RGB value is (246,177,211). Sum of RGB (Red+Green+Blue) = 246+177+211=634 (83% of max value = 765). Red value is 246 (96.48% from 255 or 38.80% from 634); Green value is 177 (69.53% from 255 or 27.92% from 634); Blue value is 211 (82.81% from 255 or 33.28% from 634); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B1D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6B1D3 is #094E2C. Grayscale: #C9C9C9. Windows color (decimal): -609837 or 13873654. OLE color: 13873654.
HSL color Cylindrical-coordinate representation of color #F6B1D3: hue angle of 330.43º 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 #F6B1D3 is Cyan = 0, Magento = 0.28, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 177 | 211 | - |
| CMYK | 0 | 0.28 | 0.14 | 0.04 |
| HSL | 330.43º | 0.79% | 0.83% | - |
| HSV(B) | 330.43º | 0.28% | 0.96% | - |
| XYZ | 65.49 | 55.74 | 68.94 | - |
| YUV | 201.51 | 133.36 | 159.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 177 | 211 | 0 | 0.28 | 0.14 | 0.04 | 330.43 | 0.79 | 0.83 |
| Hex | F6 | B1 | D3 | 0 | 1C | E | 4 | 14A | 4F | 53 |
| Octal | 366 | 261 | 323 | 0 | 34 | 16 | 4 | 512 | 117 | 123 |
| Binary | 11110110 | 10110001 | 11010011 | 0 | 11100 | 1110 | 100 | 101001010 | 1001111 | 1010011 |
Color Harmonies of #F6B1D3
Complementary color
Monochromatic Colors of #F6B1D3
Black with #F6B1D3
Text Example
Text Example
White with #F6B1D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6B1D3; }
p { color: rgb(246,177,211); }
H1.HeaderClassName
{
color: #F6B1D3;
}
.AnyTagClassName
{
color: #F6B1D3;
}
</style>
background-color css
<style>
a { background-color: #F6B1D3; }
a { background-color: rgb(246,177,211); }
div.DivClassName
{
background-color: #F6B1D3;
}
.BgClassName
{
background-color: #F6B1D3;
}
</style>
border-color css
<style>
span { border-color: #F6B1D3; }
span { border-color: rgb(246,177,211); }
td.TdClassName
{
border-color: #F6B1D3;
}
.TagClassName
{
border-color: #F6B1D3;
}
</style>