Shades of Lavender Pink #FBA5CF
Tints of Lavender Pink #FBA5CF
RGB
CMYK
RGB Variations
Color information
#FBA5CF (or 0xFBA5CF) is known color: Lavender Pink. HEX triplet: FB, A5 and CF. RGB value is (251,165,207). Sum of RGB (Red+Green+Blue) = 251+165+207=623 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.29% from 623); Green value is 165 (64.84% from 255 or 26.48% from 623); Blue value is 207 (81.25% from 255 or 33.23% from 623); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA5CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA5CF is #045A30. Grayscale: #C3C3C3. Windows color (decimal): -285233 or 13608443. OLE color: 13608443.
HSL color Cylindrical-coordinate representation of color #FBA5CF: hue angle of 330.7º 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 #FBA5CF is Cyan = 0, Magento = 0.34, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 165 | 207 | - |
| CMYK | 0 | 0.34 | 0.18 | 0.02 |
| HSL | 330.7º | 0.91% | 0.82% | - |
| HSV(B) | 330.7º | 0.34% | 0.98% | - |
| XYZ | 64.5 | 51.92 | 65.65 | - |
| YUV | 195.5 | 134.49 | 167.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 165 | 207 | 0 | 0.34 | 0.18 | 0.02 | 330.7 | 0.91 | 0.82 |
| Hex | FB | A5 | CF | 0 | 22 | 12 | 2 | 14B | 5B | 52 |
| Octal | 373 | 245 | 317 | 0 | 42 | 22 | 2 | 513 | 133 | 122 |
| Binary | 11111011 | 10100101 | 11001111 | 0 | 100010 | 10010 | 10 | 101001011 | 1011011 | 1010010 |
Color Harmonies of #FBA5CF
Complementary color
Monochromatic Colors of #FBA5CF
Black with #FBA5CF
Text Example
Text Example
White with #FBA5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA5CF; }
p { color: rgb(251,165,207); }
H1.HeaderClassName
{
color: #FBA5CF;
}
.AnyTagClassName
{
color: #FBA5CF;
}
</style>
background-color css
<style>
a { background-color: #FBA5CF; }
a { background-color: rgb(251,165,207); }
div.DivClassName
{
background-color: #FBA5CF;
}
.BgClassName
{
background-color: #FBA5CF;
}
</style>
border-color css
<style>
span { border-color: #FBA5CF; }
span { border-color: rgb(251,165,207); }
td.TdClassName
{
border-color: #FBA5CF;
}
.TagClassName
{
border-color: #FBA5CF;
}
</style>