Shades of Lavender Pink #FBA5D4
Tints of Lavender Pink #FBA5D4
RGB
CMYK
RGB Variations
Color information
#FBA5D4 (or 0xFBA5D4) is known color: Lavender Pink. HEX triplet: FB, A5 and D4. RGB value is (251,165,212). Sum of RGB (Red+Green+Blue) = 251+165+212=628 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.97% from 628); Green value is 165 (64.84% from 255 or 26.27% from 628); Blue value is 212 (83.20% from 255 or 33.76% from 628); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA5D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA5D4 is #045A2B. Grayscale: #C3C3C3. Windows color (decimal): -285228 or 13936123. OLE color: 13936123.
HSL color Cylindrical-coordinate representation of color #FBA5D4: hue angle of 327.21º 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 #FBA5D4 is Cyan = 0, Magento = 0.34, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 165 | 212 | - |
| CMYK | 0 | 0.34 | 0.16 | 0.02 |
| HSL | 327.21º | 0.91% | 0.82% | - |
| HSV(B) | 327.21º | 0.34% | 0.98% | - |
| XYZ | 65.12 | 52.17 | 68.93 | - |
| YUV | 196.07 | 136.99 | 167.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 165 | 212 | 0 | 0.34 | 0.16 | 0.02 | 327.21 | 0.91 | 0.82 |
| Hex | FB | A5 | D4 | 0 | 22 | 10 | 2 | 147 | 5B | 52 |
| Octal | 373 | 245 | 324 | 0 | 42 | 20 | 2 | 507 | 133 | 122 |
| Binary | 11111011 | 10100101 | 11010100 | 0 | 100010 | 10000 | 10 | 101000111 | 1011011 | 1010010 |
Color Harmonies of #FBA5D4
Complementary color
Monochromatic Colors of #FBA5D4
Black with #FBA5D4
Text Example
Text Example
White with #FBA5D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA5D4; }
p { color: rgb(251,165,212); }
H1.HeaderClassName
{
color: #FBA5D4;
}
.AnyTagClassName
{
color: #FBA5D4;
}
</style>
background-color css
<style>
a { background-color: #FBA5D4; }
a { background-color: rgb(251,165,212); }
div.DivClassName
{
background-color: #FBA5D4;
}
.BgClassName
{
background-color: #FBA5D4;
}
</style>
border-color css
<style>
span { border-color: #FBA5D4; }
span { border-color: rgb(251,165,212); }
td.TdClassName
{
border-color: #FBA5D4;
}
.TagClassName
{
border-color: #FBA5D4;
}
</style>