Shades of Carnation Pink #FBA3BC
Tints of Carnation Pink #FBA3BC
RGB
CMYK
RGB Variations
Color information
#FBA3BC (or 0xFBA3BC) is known color: Carnation Pink. HEX triplet: FB, A3 and BC. RGB value is (251,163,188). Sum of RGB (Red+Green+Blue) = 251+163+188=602 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.69% from 602); Green value is 163 (64.06% from 255 or 27.08% from 602); Blue value is 188 (73.83% from 255 or 31.23% from 602); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA3BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA3BC is #045C43. Grayscale: #C0C0C0. Windows color (decimal): -285764 or 12362747. OLE color: 12362747.
HSL color Cylindrical-coordinate representation of color #FBA3BC: hue angle of 342.95º 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 #FBA3BC is Cyan = 0, Magento = 0.35, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 163 | 188 | - |
| CMYK | 0 | 0.35 | 0.25 | 0.02 |
| HSL | 342.95º | 0.92% | 0.81% | - |
| HSV(B) | 342.95º | 0.35% | 0.98% | - |
| XYZ | 61.96 | 50.33 | 54.03 | - |
| YUV | 192.16 | 125.65 | 169.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 163 | 188 | 0 | 0.35 | 0.25 | 0.02 | 342.95 | 0.92 | 0.81 |
| Hex | FB | A3 | BC | 0 | 23 | 19 | 2 | 157 | 5C | 51 |
| Octal | 373 | 243 | 274 | 0 | 43 | 31 | 2 | 527 | 134 | 121 |
| Binary | 11111011 | 10100011 | 10111100 | 0 | 100011 | 11001 | 10 | 101010111 | 1011100 | 1010001 |
Color Harmonies of #FBA3BC
Complementary color
Monochromatic Colors of #FBA3BC
Black with #FBA3BC
Text Example
Text Example
White with #FBA3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA3BC; }
p { color: rgb(251,163,188); }
H1.HeaderClassName
{
color: #FBA3BC;
}
.AnyTagClassName
{
color: #FBA3BC;
}
</style>
background-color css
<style>
a { background-color: #FBA3BC; }
a { background-color: rgb(251,163,188); }
div.DivClassName
{
background-color: #FBA3BC;
}
.BgClassName
{
background-color: #FBA3BC;
}
</style>
border-color css
<style>
span { border-color: #FBA3BC; }
span { border-color: rgb(251,163,188); }
td.TdClassName
{
border-color: #FBA3BC;
}
.TagClassName
{
border-color: #FBA3BC;
}
</style>