Shades of Lavender Pink #FBA8D4
Tints of Lavender Pink #FBA8D4
RGB
CMYK
RGB Variations
Color information
#FBA8D4 (or 0xFBA8D4) is known color: Lavender Pink. HEX triplet: FB, A8 and D4. RGB value is (251,168,212). Sum of RGB (Red+Green+Blue) = 251+168+212=631 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.78% from 631); Green value is 168 (66.02% from 255 or 26.62% from 631); Blue value is 212 (83.20% from 255 or 33.60% from 631); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA8D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA8D4 is #04572B. Grayscale: #C5C5C5. Windows color (decimal): -284460 or 13936891. OLE color: 13936891.
HSL color Cylindrical-coordinate representation of color #FBA8D4: hue angle of 328.19º 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 #FBA8D4 is Cyan = 0, Magento = 0.33, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 168 | 212 | - |
| CMYK | 0 | 0.33 | 0.16 | 0.02 |
| HSL | 328.19º | 0.91% | 0.82% | - |
| HSV(B) | 328.19º | 0.33% | 0.98% | - |
| XYZ | 65.67 | 53.27 | 69.11 | - |
| YUV | 197.83 | 136 | 165.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 168 | 212 | 0 | 0.33 | 0.16 | 0.02 | 328.19 | 0.91 | 0.82 |
| Hex | FB | A8 | D4 | 0 | 21 | 10 | 2 | 148 | 5B | 52 |
| Octal | 373 | 250 | 324 | 0 | 41 | 20 | 2 | 510 | 133 | 122 |
| Binary | 11111011 | 10101000 | 11010100 | 0 | 100001 | 10000 | 10 | 101001000 | 1011011 | 1010010 |
Color Harmonies of #FBA8D4
Complementary color
Monochromatic Colors of #FBA8D4
Black with #FBA8D4
Text Example
Text Example
White with #FBA8D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA8D4; }
p { color: rgb(251,168,212); }
H1.HeaderClassName
{
color: #FBA8D4;
}
.AnyTagClassName
{
color: #FBA8D4;
}
</style>
background-color css
<style>
a { background-color: #FBA8D4; }
a { background-color: rgb(251,168,212); }
div.DivClassName
{
background-color: #FBA8D4;
}
.BgClassName
{
background-color: #FBA8D4;
}
</style>
border-color css
<style>
span { border-color: #FBA8D4; }
span { border-color: rgb(251,168,212); }
td.TdClassName
{
border-color: #FBA8D4;
}
.TagClassName
{
border-color: #FBA8D4;
}
</style>