Shades of Light Pink #FBA6AD
Tints of Light Pink #FBA6AD
RGB
CMYK
RGB Variations
Color information
#FBA6AD (or 0xFBA6AD) is known color: Light Pink. HEX triplet: FB, A6 and AD. RGB value is (251,166,173). Sum of RGB (Red+Green+Blue) = 251+166+173=590 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.54% from 590); Green value is 166 (65.23% from 255 or 28.14% from 590); Blue value is 173 (67.97% from 255 or 29.32% from 590); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA6AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA6AD is #045952. Grayscale: #C0C0C0. Windows color (decimal): -285011 or 11380475. OLE color: 11380475.
HSL color Cylindrical-coordinate representation of color #FBA6AD: hue angle of 355.06º 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 #FBA6AD is Cyan = 0, Magento = 0.34, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 166 | 173 | - |
| CMYK | 0 | 0.34 | 0.31 | 0.02 |
| HSL | 355.06º | 0.91% | 0.82% | - |
| HSV(B) | 355.06º | 0.34% | 0.98% | - |
| XYZ | 60.96 | 50.8 | 46.13 | - |
| YUV | 192.21 | 117.16 | 169.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 166 | 173 | 0 | 0.34 | 0.31 | 0.02 | 355.06 | 0.91 | 0.82 |
| Hex | FB | A6 | AD | 0 | 22 | 1F | 2 | 163 | 5B | 52 |
| Octal | 373 | 246 | 255 | 0 | 42 | 37 | 2 | 543 | 133 | 122 |
| Binary | 11111011 | 10100110 | 10101101 | 0 | 100010 | 11111 | 10 | 101100011 | 1011011 | 1010010 |
Color Harmonies of #FBA6AD
Complementary color
Monochromatic Colors of #FBA6AD
Black with #FBA6AD
Text Example
Text Example
White with #FBA6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA6AD; }
p { color: rgb(251,166,173); }
H1.HeaderClassName
{
color: #FBA6AD;
}
.AnyTagClassName
{
color: #FBA6AD;
}
</style>
background-color css
<style>
a { background-color: #FBA6AD; }
a { background-color: rgb(251,166,173); }
div.DivClassName
{
background-color: #FBA6AD;
}
.BgClassName
{
background-color: #FBA6AD;
}
</style>
border-color css
<style>
span { border-color: #FBA6AD; }
span { border-color: rgb(251,166,173); }
td.TdClassName
{
border-color: #FBA6AD;
}
.TagClassName
{
border-color: #FBA6AD;
}
</style>