Shades of Lavender Pink #FBA6D4
Tints of Lavender Pink #FBA6D4
RGB
CMYK
RGB Variations
Color information
#FBA6D4 (or 0xFBA6D4) is known color: Lavender Pink. HEX triplet: FB, A6 and D4. RGB value is (251,166,212). Sum of RGB (Red+Green+Blue) = 251+166+212=629 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.90% from 629); Green value is 166 (65.23% from 255 or 26.39% from 629); Blue value is 212 (83.20% from 255 or 33.70% from 629); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA6D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA6D4 is #04592B. Grayscale: #C4C4C4. Windows color (decimal): -284972 or 13936379. OLE color: 13936379.
HSL color Cylindrical-coordinate representation of color #FBA6D4: hue angle of 327.53º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FBA6D4 is Cyan = 0, Magento = 0.34, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 166 | 212 | - |
| CMYK | 0 | 0.34 | 0.16 | 0.02 |
| HSL | 327.53º | 0.91% | 0.82% | - |
| HSV(B) | 327.53º | 0.34% | 0.98% | - |
| XYZ | 65.3 | 52.54 | 68.99 | - |
| YUV | 196.66 | 136.66 | 166.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 166 | 212 | 0 | 0.34 | 0.16 | 0.02 | 327.53 | 0.91 | 0.82 |
| Hex | FB | A6 | D4 | 0 | 22 | 10 | 2 | 148 | 5B | 52 |
| Octal | 373 | 246 | 324 | 0 | 42 | 20 | 2 | 510 | 133 | 122 |
| Binary | 11111011 | 10100110 | 11010100 | 0 | 100010 | 10000 | 10 | 101001000 | 1011011 | 1010010 |
Color Harmonies of #FBA6D4
Complementary color
Monochromatic Colors of #FBA6D4
Black with #FBA6D4
Text Example
Text Example
White with #FBA6D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA6D4; }
p { color: rgb(251,166,212); }
H1.HeaderClassName
{
color: #FBA6D4;
}
.AnyTagClassName
{
color: #FBA6D4;
}
</style>
background-color css
<style>
a { background-color: #FBA6D4; }
a { background-color: rgb(251,166,212); }
div.DivClassName
{
background-color: #FBA6D4;
}
.BgClassName
{
background-color: #FBA6D4;
}
</style>
border-color css
<style>
span { border-color: #FBA6D4; }
span { border-color: rgb(251,166,212); }
td.TdClassName
{
border-color: #FBA6D4;
}
.TagClassName
{
border-color: #FBA6D4;
}
</style>