Shades of Lavender Pink #FBA9CF
Tints of Lavender Pink #FBA9CF
RGB
CMYK
RGB Variations
Color information
#FBA9CF (or 0xFBA9CF) is known color: Lavender Pink. HEX triplet: FB, A9 and CF. RGB value is (251,169,207). Sum of RGB (Red+Green+Blue) = 251+169+207=627 (83% of max value = 765). Red value is 251 (98.44% from 255 or 40.03% from 627); Green value is 169 (66.41% from 255 or 26.95% from 627); Blue value is 207 (81.25% from 255 or 33.01% from 627); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA9CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA9CF is #045630. Grayscale: #C5C5C5. Windows color (decimal): -284209 or 13609467. OLE color: 13609467.
HSL color Cylindrical-coordinate representation of color #FBA9CF: hue angle of 332.2º 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 #FBA9CF is Cyan = 0, Magento = 0.33, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 169 | 207 | - |
| CMYK | 0 | 0.33 | 0.18 | 0.02 |
| HSL | 332.2º | 0.91% | 0.82% | - |
| HSV(B) | 332.2º | 0.33% | 0.98% | - |
| XYZ | 65.23 | 53.39 | 65.9 | - |
| YUV | 197.85 | 133.17 | 165.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 169 | 207 | 0 | 0.33 | 0.18 | 0.02 | 332.2 | 0.91 | 0.82 |
| Hex | FB | A9 | CF | 0 | 21 | 12 | 2 | 14C | 5B | 52 |
| Octal | 373 | 251 | 317 | 0 | 41 | 22 | 2 | 514 | 133 | 122 |
| Binary | 11111011 | 10101001 | 11001111 | 0 | 100001 | 10010 | 10 | 101001100 | 1011011 | 1010010 |
Color Harmonies of #FBA9CF
Complementary color
Monochromatic Colors of #FBA9CF
Black with #FBA9CF
Text Example
Text Example
White with #FBA9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA9CF; }
p { color: rgb(251,169,207); }
H1.HeaderClassName
{
color: #FBA9CF;
}
.AnyTagClassName
{
color: #FBA9CF;
}
</style>
background-color css
<style>
a { background-color: #FBA9CF; }
a { background-color: rgb(251,169,207); }
div.DivClassName
{
background-color: #FBA9CF;
}
.BgClassName
{
background-color: #FBA9CF;
}
</style>
border-color css
<style>
span { border-color: #FBA9CF; }
span { border-color: rgb(251,169,207); }
td.TdClassName
{
border-color: #FBA9CF;
}
.TagClassName
{
border-color: #FBA9CF;
}
</style>