Shades of Light Pink #FBACB2
Tints of Light Pink #FBACB2
RGB
CMYK
RGB Variations
Color information
#FBACB2 (or 0xFBACB2) is known color: Light Pink. HEX triplet: FB, AC and B2. RGB value is (251,172,178). Sum of RGB (Red+Green+Blue) = 251+172+178=601 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.76% from 601); Green value is 172 (67.58% from 255 or 28.62% from 601); Blue value is 178 (69.92% from 255 or 29.62% from 601); Max value from RGB is 251 - color contains mainly: red. Hex color #FBACB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBACB2 is #04534D. Grayscale: #C4C4C4. Windows color (decimal): -283470 or 11709691. OLE color: 11709691.
HSL color Cylindrical-coordinate representation of color #FBACB2: hue angle of 355.44º 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 #FBACB2 is Cyan = 0, Magento = 0.31, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 172 | 178 | - |
| CMYK | 0 | 0.31 | 0.29 | 0.02 |
| HSL | 355.44º | 0.91% | 0.83% | - |
| HSV(B) | 355.44º | 0.31% | 0.98% | - |
| XYZ | 62.57 | 53.23 | 49.1 | - |
| YUV | 196.31 | 117.67 | 167.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 172 | 178 | 0 | 0.31 | 0.29 | 0.02 | 355.44 | 0.91 | 0.83 |
| Hex | FB | AC | B2 | 0 | 1F | 1D | 2 | 163 | 5B | 53 |
| Octal | 373 | 254 | 262 | 0 | 37 | 35 | 2 | 543 | 133 | 123 |
| Binary | 11111011 | 10101100 | 10110010 | 0 | 11111 | 11101 | 10 | 101100011 | 1011011 | 1010011 |
Color Harmonies of #FBACB2
Complementary color
Monochromatic Colors of #FBACB2
Black with #FBACB2
Text Example
Text Example
White with #FBACB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBACB2; }
p { color: rgb(251,172,178); }
H1.HeaderClassName
{
color: #FBACB2;
}
.AnyTagClassName
{
color: #FBACB2;
}
</style>
background-color css
<style>
a { background-color: #FBACB2; }
a { background-color: rgb(251,172,178); }
div.DivClassName
{
background-color: #FBACB2;
}
.BgClassName
{
background-color: #FBACB2;
}
</style>
border-color css
<style>
span { border-color: #FBACB2; }
span { border-color: rgb(251,172,178); }
td.TdClassName
{
border-color: #FBACB2;
}
.TagClassName
{
border-color: #FBACB2;
}
</style>