Shades of Light Pink #FBA6B5
Tints of Light Pink #FBA6B5
RGB
CMYK
RGB Variations
Color information
#FBA6B5 (or 0xFBA6B5) is known color: Light Pink. HEX triplet: FB, A6 and B5. RGB value is (251,166,181). Sum of RGB (Red+Green+Blue) = 251+166+181=598 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.97% from 598); Green value is 166 (65.23% from 255 or 27.76% from 598); Blue value is 181 (71.09% from 255 or 30.27% from 598); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA6B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA6B5 is #04594A. Grayscale: #C1C1C1. Windows color (decimal): -285003 or 11904763. OLE color: 11904763.
HSL color Cylindrical-coordinate representation of color #FBA6B5: hue angle of 349.41º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FBA6B5 is Cyan = 0, Magento = 0.34, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 166 | 181 | - |
| CMYK | 0 | 0.34 | 0.28 | 0.02 |
| HSL | 349.41º | 0.91% | 0.82% | - |
| HSV(B) | 349.41º | 0.34% | 0.98% | - |
| XYZ | 61.76 | 51.12 | 50.33 | - |
| YUV | 193.13 | 121.16 | 169.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 166 | 181 | 0 | 0.34 | 0.28 | 0.02 | 349.41 | 0.91 | 0.82 |
| Hex | FB | A6 | B5 | 0 | 22 | 1C | 2 | 15D | 5B | 52 |
| Octal | 373 | 246 | 265 | 0 | 42 | 34 | 2 | 535 | 133 | 122 |
| Binary | 11111011 | 10100110 | 10110101 | 0 | 100010 | 11100 | 10 | 101011101 | 1011011 | 1010010 |
Color Harmonies of #FBA6B5
Complementary color
Monochromatic Colors of #FBA6B5
Black with #FBA6B5
Text Example
Text Example
White with #FBA6B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA6B5; }
p { color: rgb(251,166,181); }
H1.HeaderClassName
{
color: #FBA6B5;
}
.AnyTagClassName
{
color: #FBA6B5;
}
</style>
background-color css
<style>
a { background-color: #FBA6B5; }
a { background-color: rgb(251,166,181); }
div.DivClassName
{
background-color: #FBA6B5;
}
.BgClassName
{
background-color: #FBA6B5;
}
</style>
border-color css
<style>
span { border-color: #FBA6B5; }
span { border-color: rgb(251,166,181); }
td.TdClassName
{
border-color: #FBA6B5;
}
.TagClassName
{
border-color: #FBA6B5;
}
</style>