Shades of Carnation Pink #FBA3BA
Tints of Carnation Pink #FBA3BA
RGB
CMYK
RGB Variations
Color information
#FBA3BA (or 0xFBA3BA) is known color: Carnation Pink. HEX triplet: FB, A3 and BA. RGB value is (251,163,186). Sum of RGB (Red+Green+Blue) = 251+163+186=600 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.83% from 600); Green value is 163 (64.06% from 255 or 27.17% from 600); Blue value is 186 (73.05% from 255 or 31% from 600); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA3BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA3BA is #045C45. Grayscale: #BFBFBF. Windows color (decimal): -285766 or 12231675. OLE color: 12231675.
HSL color Cylindrical-coordinate representation of color #FBA3BA: hue angle of 344.32º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FBA3BA is Cyan = 0, Magento = 0.35, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 163 | 186 | - |
| CMYK | 0 | 0.35 | 0.26 | 0.02 |
| HSL | 344.32º | 0.92% | 0.81% | - |
| HSV(B) | 344.32º | 0.35% | 0.98% | - |
| XYZ | 61.74 | 50.25 | 52.9 | - |
| YUV | 191.93 | 124.65 | 170.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 163 | 186 | 0 | 0.35 | 0.26 | 0.02 | 344.32 | 0.92 | 0.81 |
| Hex | FB | A3 | BA | 0 | 23 | 1A | 2 | 158 | 5C | 51 |
| Octal | 373 | 243 | 272 | 0 | 43 | 32 | 2 | 530 | 134 | 121 |
| Binary | 11111011 | 10100011 | 10111010 | 0 | 100011 | 11010 | 10 | 101011000 | 1011100 | 1010001 |
Color Harmonies of #FBA3BA
Complementary color
Monochromatic Colors of #FBA3BA
Black with #FBA3BA
Text Example
Text Example
White with #FBA3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA3BA; }
p { color: rgb(251,163,186); }
H1.HeaderClassName
{
color: #FBA3BA;
}
.AnyTagClassName
{
color: #FBA3BA;
}
</style>
background-color css
<style>
a { background-color: #FBA3BA; }
a { background-color: rgb(251,163,186); }
div.DivClassName
{
background-color: #FBA3BA;
}
.BgClassName
{
background-color: #FBA3BA;
}
</style>
border-color css
<style>
span { border-color: #FBA3BA; }
span { border-color: rgb(251,163,186); }
td.TdClassName
{
border-color: #FBA3BA;
}
.TagClassName
{
border-color: #FBA3BA;
}
</style>