Shades of Lavender Pink #FBA8DA
Tints of Lavender Pink #FBA8DA
RGB
CMYK
RGB Variations
Color information
#FBA8DA (or 0xFBA8DA) is known color: Lavender Pink. HEX triplet: FB, A8 and DA. RGB value is (251,168,218). Sum of RGB (Red+Green+Blue) = 251+168+218=637 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.40% from 637); Green value is 168 (66.02% from 255 or 26.37% from 637); Blue value is 218 (85.55% from 255 or 34.22% from 637); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA8DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA8DA is #045725. Grayscale: #C6C6C6. Windows color (decimal): -284454 or 14330107. OLE color: 14330107.
HSL color Cylindrical-coordinate representation of color #FBA8DA: hue angle of 323.86º 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 #FBA8DA is Cyan = 0, Magento = 0.33, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 168 | 218 | - |
| CMYK | 0 | 0.33 | 0.13 | 0.02 |
| HSL | 323.86º | 0.91% | 0.82% | - |
| HSV(B) | 323.86º | 0.33% | 0.98% | - |
| XYZ | 66.44 | 53.58 | 73.17 | - |
| YUV | 198.52 | 139 | 165.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 168 | 218 | 0 | 0.33 | 0.13 | 0.02 | 323.86 | 0.91 | 0.82 |
| Hex | FB | A8 | DA | 0 | 21 | D | 2 | 144 | 5B | 52 |
| Octal | 373 | 250 | 332 | 0 | 41 | 15 | 2 | 504 | 133 | 122 |
| Binary | 11111011 | 10101000 | 11011010 | 0 | 100001 | 1101 | 10 | 101000100 | 1011011 | 1010010 |
Color Harmonies of #FBA8DA
Complementary color
Monochromatic Colors of #FBA8DA
Black with #FBA8DA
Text Example
Text Example
White with #FBA8DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA8DA; }
p { color: rgb(251,168,218); }
H1.HeaderClassName
{
color: #FBA8DA;
}
.AnyTagClassName
{
color: #FBA8DA;
}
</style>
background-color css
<style>
a { background-color: #FBA8DA; }
a { background-color: rgb(251,168,218); }
div.DivClassName
{
background-color: #FBA8DA;
}
.BgClassName
{
background-color: #FBA8DA;
}
</style>
border-color css
<style>
span { border-color: #FBA8DA; }
span { border-color: rgb(251,168,218); }
td.TdClassName
{
border-color: #FBA8DA;
}
.TagClassName
{
border-color: #FBA8DA;
}
</style>