Shades of Lavender Pink #F6B8DF
Tints of Lavender Pink #F6B8DF
RGB
CMYK
RGB Variations
Color information
#F6B8DF (or 0xF6B8DF) is known color: Lavender Pink. HEX triplet: F6, B8 and DF. RGB value is (246,184,223). Sum of RGB (Red+Green+Blue) = 246+184+223=653 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.67% from 653); Green value is 184 (72.27% from 255 or 28.18% from 653); Blue value is 223 (87.5% from 255 or 34.15% from 653); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B8DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6B8DF is #094720. Grayscale: #CECECE. Windows color (decimal): -608033 or 14661878. OLE color: 14661878.
HSL color Cylindrical-coordinate representation of color #F6B8DF: hue angle of 322.26º 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 #F6B8DF is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 184 | 223 | - |
| CMYK | 0 | 0.25 | 0.09 | 0.04 |
| HSL | 322.26º | 0.78% | 0.84% | - |
| HSV(B) | 322.26º | 0.25% | 0.96% | - |
| XYZ | 68.47 | 59.2 | 77.63 | - |
| YUV | 206.98 | 137.04 | 155.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 184 | 223 | 0 | 0.25 | 0.09 | 0.04 | 322.26 | 0.78 | 0.84 |
| Hex | F6 | B8 | DF | 0 | 19 | 9 | 4 | 142 | 4E | 54 |
| Octal | 366 | 270 | 337 | 0 | 31 | 11 | 4 | 502 | 116 | 124 |
| Binary | 11110110 | 10111000 | 11011111 | 0 | 11001 | 1001 | 100 | 101000010 | 1001110 | 1010100 |
Color Harmonies of #F6B8DF
Complementary color
Monochromatic Colors of #F6B8DF
Black with #F6B8DF
Text Example
Text Example
White with #F6B8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6B8DF; }
p { color: rgb(246,184,223); }
H1.HeaderClassName
{
color: #F6B8DF;
}
.AnyTagClassName
{
color: #F6B8DF;
}
</style>
background-color css
<style>
a { background-color: #F6B8DF; }
a { background-color: rgb(246,184,223); }
div.DivClassName
{
background-color: #F6B8DF;
}
.BgClassName
{
background-color: #F6B8DF;
}
</style>
border-color css
<style>
span { border-color: #F6B8DF; }
span { border-color: rgb(246,184,223); }
td.TdClassName
{
border-color: #F6B8DF;
}
.TagClassName
{
border-color: #F6B8DF;
}
</style>