Shades of Light Pink #FBA8AC
Tints of Light Pink #FBA8AC
RGB
CMYK
RGB Variations
Color information
#FBA8AC (or 0xFBA8AC) is known color: Light Pink. HEX triplet: FB, A8 and AC. RGB value is (251,168,172). Sum of RGB (Red+Green+Blue) = 251+168+172=591 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.47% from 591); Green value is 168 (66.02% from 255 or 28.43% from 591); Blue value is 172 (67.58% from 255 or 29.10% from 591); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA8AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA8AC is #045753. Grayscale: #C1C1C1. Windows color (decimal): -284500 or 11315451. OLE color: 11315451.
HSL color Cylindrical-coordinate representation of color #FBA8AC: hue angle of 357.11º 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 #FBA8AC is Cyan = 0, Magento = 0.33, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 168 | 172 | - |
| CMYK | 0 | 0.33 | 0.31 | 0.02 |
| HSL | 357.11º | 0.91% | 0.82% | - |
| HSV(B) | 357.11º | 0.33% | 0.98% | - |
| XYZ | 61.23 | 51.49 | 45.74 | - |
| YUV | 193.27 | 116 | 169.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 168 | 172 | 0 | 0.33 | 0.31 | 0.02 | 357.11 | 0.91 | 0.82 |
| Hex | FB | A8 | AC | 0 | 21 | 1F | 2 | 165 | 5B | 52 |
| Octal | 373 | 250 | 254 | 0 | 41 | 37 | 2 | 545 | 133 | 122 |
| Binary | 11111011 | 10101000 | 10101100 | 0 | 100001 | 11111 | 10 | 101100101 | 1011011 | 1010010 |
Color Harmonies of #FBA8AC
Complementary color
Monochromatic Colors of #FBA8AC
Black with #FBA8AC
Text Example
Text Example
White with #FBA8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA8AC; }
p { color: rgb(251,168,172); }
H1.HeaderClassName
{
color: #FBA8AC;
}
.AnyTagClassName
{
color: #FBA8AC;
}
</style>
background-color css
<style>
a { background-color: #FBA8AC; }
a { background-color: rgb(251,168,172); }
div.DivClassName
{
background-color: #FBA8AC;
}
.BgClassName
{
background-color: #FBA8AC;
}
</style>
border-color css
<style>
span { border-color: #FBA8AC; }
span { border-color: rgb(251,168,172); }
td.TdClassName
{
border-color: #FBA8AC;
}
.TagClassName
{
border-color: #FBA8AC;
}
</style>