Shades of Lavender Pink #FBA8CE
Tints of Lavender Pink #FBA8CE
RGB
CMYK
RGB Variations
Color information
#FBA8CE (or 0xFBA8CE) is known color: Lavender Pink. HEX triplet: FB, A8 and CE. RGB value is (251,168,206). Sum of RGB (Red+Green+Blue) = 251+168+206=625 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.16% from 625); Green value is 168 (66.02% from 255 or 26.88% from 625); Blue value is 206 (80.86% from 255 or 32.96% from 625); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA8CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA8CE is #045731. Grayscale: #C5C5C5. Windows color (decimal): -284466 or 13543675. OLE color: 13543675.
HSL color Cylindrical-coordinate representation of color #FBA8CE: hue angle of 332.53º 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 #FBA8CE is Cyan = 0, Magento = 0.33, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 168 | 206 | - |
| CMYK | 0 | 0.33 | 0.18 | 0.02 |
| HSL | 332.53º | 0.91% | 0.82% | - |
| HSV(B) | 332.53º | 0.33% | 0.98% | - |
| XYZ | 64.93 | 52.97 | 65.19 | - |
| YUV | 197.15 | 133 | 166.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 168 | 206 | 0 | 0.33 | 0.18 | 0.02 | 332.53 | 0.91 | 0.82 |
| Hex | FB | A8 | CE | 0 | 21 | 12 | 2 | 14D | 5B | 52 |
| Octal | 373 | 250 | 316 | 0 | 41 | 22 | 2 | 515 | 133 | 122 |
| Binary | 11111011 | 10101000 | 11001110 | 0 | 100001 | 10010 | 10 | 101001101 | 1011011 | 1010010 |
Color Harmonies of #FBA8CE
Complementary color
Monochromatic Colors of #FBA8CE
Black with #FBA8CE
Text Example
Text Example
White with #FBA8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA8CE; }
p { color: rgb(251,168,206); }
H1.HeaderClassName
{
color: #FBA8CE;
}
.AnyTagClassName
{
color: #FBA8CE;
}
</style>
background-color css
<style>
a { background-color: #FBA8CE; }
a { background-color: rgb(251,168,206); }
div.DivClassName
{
background-color: #FBA8CE;
}
.BgClassName
{
background-color: #FBA8CE;
}
</style>
border-color css
<style>
span { border-color: #FBA8CE; }
span { border-color: rgb(251,168,206); }
td.TdClassName
{
border-color: #FBA8CE;
}
.TagClassName
{
border-color: #FBA8CE;
}
</style>