Shades of Lavender Pink #F6ADCB
Tints of Lavender Pink #F6ADCB
RGB
CMYK
RGB Variations
Color information
#F6ADCB (or 0xF6ADCB) is known color: Lavender Pink. HEX triplet: F6, AD and CB. RGB value is (246,173,203). Sum of RGB (Red+Green+Blue) = 246+173+203=622 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.55% from 622); Green value is 173 (67.97% from 255 or 27.81% from 622); Blue value is 203 (79.69% from 255 or 32.64% from 622); Max value from RGB is 246 - color contains mainly: red. Hex color #F6ADCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6ADCB is #095234. Grayscale: #C6C6C6. Windows color (decimal): -610869 or 13348342. OLE color: 13348342.
HSL color Cylindrical-coordinate representation of color #F6ADCB: hue angle of 335.34º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F6ADCB is Cyan = 0, Magento = 0.30, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 173 | 203 | - |
| CMYK | 0 | 0.30 | 0.17 | 0.04 |
| HSL | 335.34º | 0.8% | 0.82% | - |
| HSV(B) | 335.34º | 0.3% | 0.96% | - |
| XYZ | 63.73 | 53.79 | 63.52 | - |
| YUV | 198.25 | 130.68 | 162.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 173 | 203 | 0 | 0.30 | 0.17 | 0.04 | 335.34 | 0.8 | 0.82 |
| Hex | F6 | AD | CB | 0 | 1E | 11 | 4 | 14F | 50 | 52 |
| Octal | 366 | 255 | 313 | 0 | 36 | 21 | 4 | 517 | 120 | 122 |
| Binary | 11110110 | 10101101 | 11001011 | 0 | 11110 | 10001 | 100 | 101001111 | 1010000 | 1010010 |
Color Harmonies of #F6ADCB
Complementary color
Monochromatic Colors of #F6ADCB
Black with #F6ADCB
Text Example
Text Example
White with #F6ADCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6ADCB; }
p { color: rgb(246,173,203); }
H1.HeaderClassName
{
color: #F6ADCB;
}
.AnyTagClassName
{
color: #F6ADCB;
}
</style>
background-color css
<style>
a { background-color: #F6ADCB; }
a { background-color: rgb(246,173,203); }
div.DivClassName
{
background-color: #F6ADCB;
}
.BgClassName
{
background-color: #F6ADCB;
}
</style>
border-color css
<style>
span { border-color: #F6ADCB; }
span { border-color: rgb(246,173,203); }
td.TdClassName
{
border-color: #F6ADCB;
}
.TagClassName
{
border-color: #F6ADCB;
}
</style>