Shades of Light Pink #FBA7AF
Tints of Light Pink #FBA7AF
RGB
CMYK
RGB Variations
Color information
#FBA7AF (or 0xFBA7AF) is known color: Light Pink. HEX triplet: FB, A7 and AF. RGB value is (251,167,175). Sum of RGB (Red+Green+Blue) = 251+167+175=593 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.33% from 593); Green value is 167 (65.62% from 255 or 28.16% from 593); Blue value is 175 (68.75% from 255 or 29.51% from 593); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA7AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA7AF is #045850. Grayscale: #C1C1C1. Windows color (decimal): -284753 or 11511803. OLE color: 11511803.
HSL color Cylindrical-coordinate representation of color #FBA7AF: hue angle of 354.29º 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 #FBA7AF is Cyan = 0, Magento = 0.33, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 167 | 175 | - |
| CMYK | 0 | 0.33 | 0.30 | 0.02 |
| HSL | 354.29º | 0.91% | 0.82% | - |
| HSV(B) | 354.29º | 0.33% | 0.98% | - |
| XYZ | 61.34 | 51.24 | 47.22 | - |
| YUV | 193.03 | 117.83 | 169.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 167 | 175 | 0 | 0.33 | 0.30 | 0.02 | 354.29 | 0.91 | 0.82 |
| Hex | FB | A7 | AF | 0 | 21 | 1E | 2 | 162 | 5B | 52 |
| Octal | 373 | 247 | 257 | 0 | 41 | 36 | 2 | 542 | 133 | 122 |
| Binary | 11111011 | 10100111 | 10101111 | 0 | 100001 | 11110 | 10 | 101100010 | 1011011 | 1010010 |
Color Harmonies of #FBA7AF
Complementary color
Monochromatic Colors of #FBA7AF
Black with #FBA7AF
Text Example
Text Example
White with #FBA7AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA7AF; }
p { color: rgb(251,167,175); }
H1.HeaderClassName
{
color: #FBA7AF;
}
.AnyTagClassName
{
color: #FBA7AF;
}
</style>
background-color css
<style>
a { background-color: #FBA7AF; }
a { background-color: rgb(251,167,175); }
div.DivClassName
{
background-color: #FBA7AF;
}
.BgClassName
{
background-color: #FBA7AF;
}
</style>
border-color css
<style>
span { border-color: #FBA7AF; }
span { border-color: rgb(251,167,175); }
td.TdClassName
{
border-color: #FBA7AF;
}
.TagClassName
{
border-color: #FBA7AF;
}
</style>