Shades of Carnation Pink #FBA2BC
Tints of Carnation Pink #FBA2BC
RGB
CMYK
RGB Variations
Color information
#FBA2BC (or 0xFBA2BC) is known color: Carnation Pink. HEX triplet: FB, A2 and BC. RGB value is (251,162,188). Sum of RGB (Red+Green+Blue) = 251+162+188=601 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.76% from 601); Green value is 162 (63.67% from 255 or 26.96% from 601); Blue value is 188 (73.83% from 255 or 31.28% from 601); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA2BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA2BC is #045D43. Grayscale: #BFBFBF. Windows color (decimal): -286020 or 12362491. OLE color: 12362491.
HSL color Cylindrical-coordinate representation of color #FBA2BC: hue angle of 342.47º 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 #FBA2BC is Cyan = 0, Magento = 0.35, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 162 | 188 | - |
| CMYK | 0 | 0.35 | 0.25 | 0.02 |
| HSL | 342.47º | 0.92% | 0.81% | - |
| HSV(B) | 342.47º | 0.35% | 0.98% | - |
| XYZ | 61.78 | 49.98 | 53.97 | - |
| YUV | 191.58 | 125.99 | 170.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 162 | 188 | 0 | 0.35 | 0.25 | 0.02 | 342.47 | 0.92 | 0.81 |
| Hex | FB | A2 | BC | 0 | 23 | 19 | 2 | 156 | 5C | 51 |
| Octal | 373 | 242 | 274 | 0 | 43 | 31 | 2 | 526 | 134 | 121 |
| Binary | 11111011 | 10100010 | 10111100 | 0 | 100011 | 11001 | 10 | 101010110 | 1011100 | 1010001 |
Color Harmonies of #FBA2BC
Complementary color
Monochromatic Colors of #FBA2BC
Black with #FBA2BC
Text Example
Text Example
White with #FBA2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA2BC; }
p { color: rgb(251,162,188); }
H1.HeaderClassName
{
color: #FBA2BC;
}
.AnyTagClassName
{
color: #FBA2BC;
}
</style>
background-color css
<style>
a { background-color: #FBA2BC; }
a { background-color: rgb(251,162,188); }
div.DivClassName
{
background-color: #FBA2BC;
}
.BgClassName
{
background-color: #FBA2BC;
}
</style>
border-color css
<style>
span { border-color: #FBA2BC; }
span { border-color: rgb(251,162,188); }
td.TdClassName
{
border-color: #FBA2BC;
}
.TagClassName
{
border-color: #FBA2BC;
}
</style>