Shades of Light Pink #FBACAF
Tints of Light Pink #FBACAF
RGB
CMYK
RGB Variations
Color information
#FBACAF (or 0xFBACAF) is known color: Light Pink. HEX triplet: FB, AC and AF. RGB value is (251,172,175). Sum of RGB (Red+Green+Blue) = 251+172+175=598 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.97% from 598); Green value is 172 (67.58% from 255 or 28.76% from 598); Blue value is 175 (68.75% from 255 or 29.26% from 598); Max value from RGB is 251 - color contains mainly: red. Hex color #FBACAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBACAF is #045350. Grayscale: #C4C4C4. Windows color (decimal): -283473 or 11513083. OLE color: 11513083.
HSL color Cylindrical-coordinate representation of color #FBACAF: hue angle of 357.72º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FBACAF is Cyan = 0, Magento = 0.31, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 172 | 175 | - |
| CMYK | 0 | 0.31 | 0.30 | 0.02 |
| HSL | 357.72º | 0.91% | 0.83% | - |
| HSV(B) | 357.72º | 0.31% | 0.98% | - |
| XYZ | 62.27 | 53.11 | 47.53 | - |
| YUV | 195.96 | 116.17 | 167.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 172 | 175 | 0 | 0.31 | 0.30 | 0.02 | 357.72 | 0.91 | 0.83 |
| Hex | FB | AC | AF | 0 | 1F | 1E | 2 | 166 | 5B | 53 |
| Octal | 373 | 254 | 257 | 0 | 37 | 36 | 2 | 546 | 133 | 123 |
| Binary | 11111011 | 10101100 | 10101111 | 0 | 11111 | 11110 | 10 | 101100110 | 1011011 | 1010011 |
Color Harmonies of #FBACAF
Complementary color
Monochromatic Colors of #FBACAF
Black with #FBACAF
Text Example
Text Example
White with #FBACAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBACAF; }
p { color: rgb(251,172,175); }
H1.HeaderClassName
{
color: #FBACAF;
}
.AnyTagClassName
{
color: #FBACAF;
}
</style>
background-color css
<style>
a { background-color: #FBACAF; }
a { background-color: rgb(251,172,175); }
div.DivClassName
{
background-color: #FBACAF;
}
.BgClassName
{
background-color: #FBACAF;
}
</style>
border-color css
<style>
span { border-color: #FBACAF; }
span { border-color: rgb(251,172,175); }
td.TdClassName
{
border-color: #FBACAF;
}
.TagClassName
{
border-color: #FBACAF;
}
</style>