Shades of Carnation Pink #FBA4BC
Tints of Carnation Pink #FBA4BC
RGB
CMYK
RGB Variations
Color information
#FBA4BC (or 0xFBA4BC) is known color: Carnation Pink. HEX triplet: FB, A4 and BC. RGB value is (251,164,188). Sum of RGB (Red+Green+Blue) = 251+164+188=603 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.63% from 603); Green value is 164 (64.45% from 255 or 27.20% from 603); Blue value is 188 (73.83% from 255 or 31.18% from 603); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA4BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA4BC is #045B43. Grayscale: #C0C0C0. Windows color (decimal): -285508 or 12363003. OLE color: 12363003.
HSL color Cylindrical-coordinate representation of color #FBA4BC: hue angle of 343.45º 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 #FBA4BC is Cyan = 0, Magento = 0.35, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 164 | 188 | - |
| CMYK | 0 | 0.35 | 0.25 | 0.02 |
| HSL | 343.45º | 0.92% | 0.81% | - |
| HSV(B) | 343.45º | 0.35% | 0.98% | - |
| XYZ | 62.14 | 50.69 | 54.09 | - |
| YUV | 192.75 | 125.32 | 169.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 164 | 188 | 0 | 0.35 | 0.25 | 0.02 | 343.45 | 0.92 | 0.81 |
| Hex | FB | A4 | BC | 0 | 23 | 19 | 2 | 157 | 5C | 51 |
| Octal | 373 | 244 | 274 | 0 | 43 | 31 | 2 | 527 | 134 | 121 |
| Binary | 11111011 | 10100100 | 10111100 | 0 | 100011 | 11001 | 10 | 101010111 | 1011100 | 1010001 |
Color Harmonies of #FBA4BC
Complementary color
Monochromatic Colors of #FBA4BC
Black with #FBA4BC
Text Example
Text Example
White with #FBA4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA4BC; }
p { color: rgb(251,164,188); }
H1.HeaderClassName
{
color: #FBA4BC;
}
.AnyTagClassName
{
color: #FBA4BC;
}
</style>
background-color css
<style>
a { background-color: #FBA4BC; }
a { background-color: rgb(251,164,188); }
div.DivClassName
{
background-color: #FBA4BC;
}
.BgClassName
{
background-color: #FBA4BC;
}
</style>
border-color css
<style>
span { border-color: #FBA4BC; }
span { border-color: rgb(251,164,188); }
td.TdClassName
{
border-color: #FBA4BC;
}
.TagClassName
{
border-color: #FBA4BC;
}
</style>