Shades of Light Pink #FBA9AD
Tints of Light Pink #FBA9AD
RGB
CMYK
RGB Variations
Color information
#FBA9AD (or 0xFBA9AD) is known color: Light Pink. HEX triplet: FB, A9 and AD. RGB value is (251,169,173). Sum of RGB (Red+Green+Blue) = 251+169+173=593 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.33% from 593); Green value is 169 (66.41% from 255 or 28.50% from 593); Blue value is 173 (67.97% from 255 or 29.17% from 593); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA9AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA9AD is #045652. Grayscale: #C2C2C2. Windows color (decimal): -284243 or 11381243. OLE color: 11381243.
HSL color Cylindrical-coordinate representation of color #FBA9AD: hue angle of 357.07º 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 #FBA9AD is Cyan = 0, Magento = 0.33, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 169 | 173 | - |
| CMYK | 0 | 0.33 | 0.31 | 0.02 |
| HSL | 357.07º | 0.91% | 0.82% | - |
| HSV(B) | 357.07º | 0.33% | 0.98% | - |
| XYZ | 61.51 | 51.9 | 46.31 | - |
| YUV | 193.97 | 116.17 | 168.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 169 | 173 | 0 | 0.33 | 0.31 | 0.02 | 357.07 | 0.91 | 0.82 |
| Hex | FB | A9 | AD | 0 | 21 | 1F | 2 | 165 | 5B | 52 |
| Octal | 373 | 251 | 255 | 0 | 41 | 37 | 2 | 545 | 133 | 122 |
| Binary | 11111011 | 10101001 | 10101101 | 0 | 100001 | 11111 | 10 | 101100101 | 1011011 | 1010010 |
Color Harmonies of #FBA9AD
Complementary color
Monochromatic Colors of #FBA9AD
Black with #FBA9AD
Text Example
Text Example
White with #FBA9AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA9AD; }
p { color: rgb(251,169,173); }
H1.HeaderClassName
{
color: #FBA9AD;
}
.AnyTagClassName
{
color: #FBA9AD;
}
</style>
background-color css
<style>
a { background-color: #FBA9AD; }
a { background-color: rgb(251,169,173); }
div.DivClassName
{
background-color: #FBA9AD;
}
.BgClassName
{
background-color: #FBA9AD;
}
</style>
border-color css
<style>
span { border-color: #FBA9AD; }
span { border-color: rgb(251,169,173); }
td.TdClassName
{
border-color: #FBA9AD;
}
.TagClassName
{
border-color: #FBA9AD;
}
</style>