Shades of Lavender Pink #FBA9CE
Tints of Lavender Pink #FBA9CE
RGB
CMYK
RGB Variations
Color information
#FBA9CE (or 0xFBA9CE) is known color: Lavender Pink. HEX triplet: FB, A9 and CE. RGB value is (251,169,206). Sum of RGB (Red+Green+Blue) = 251+169+206=626 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.10% from 626); Green value is 169 (66.41% from 255 or 27.00% from 626); Blue value is 206 (80.86% from 255 or 32.91% from 626); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA9CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA9CE is #045631. Grayscale: #C5C5C5. Windows color (decimal): -284210 or 13543931. OLE color: 13543931.
HSL color Cylindrical-coordinate representation of color #FBA9CE: hue angle of 332.93º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FBA9CE is Cyan = 0, Magento = 0.33, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 169 | 206 | - |
| CMYK | 0 | 0.33 | 0.18 | 0.02 |
| HSL | 332.93º | 0.91% | 0.82% | - |
| HSV(B) | 332.93º | 0.33% | 0.98% | - |
| XYZ | 65.11 | 53.34 | 65.26 | - |
| YUV | 197.74 | 132.67 | 165.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 169 | 206 | 0 | 0.33 | 0.18 | 0.02 | 332.93 | 0.91 | 0.82 |
| Hex | FB | A9 | CE | 0 | 21 | 12 | 2 | 14D | 5B | 52 |
| Octal | 373 | 251 | 316 | 0 | 41 | 22 | 2 | 515 | 133 | 122 |
| Binary | 11111011 | 10101001 | 11001110 | 0 | 100001 | 10010 | 10 | 101001101 | 1011011 | 1010010 |
Color Harmonies of #FBA9CE
Complementary color
Monochromatic Colors of #FBA9CE
Black with #FBA9CE
Text Example
Text Example
White with #FBA9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA9CE; }
p { color: rgb(251,169,206); }
H1.HeaderClassName
{
color: #FBA9CE;
}
.AnyTagClassName
{
color: #FBA9CE;
}
</style>
background-color css
<style>
a { background-color: #FBA9CE; }
a { background-color: rgb(251,169,206); }
div.DivClassName
{
background-color: #FBA9CE;
}
.BgClassName
{
background-color: #FBA9CE;
}
</style>
border-color css
<style>
span { border-color: #FBA9CE; }
span { border-color: rgb(251,169,206); }
td.TdClassName
{
border-color: #FBA9CE;
}
.TagClassName
{
border-color: #FBA9CE;
}
</style>