Shades of Carnation Pink #FC9FBA
Tints of Carnation Pink #FC9FBA
RGB
CMYK
RGB Variations
Color information
#FC9FBA (or 0xFC9FBA) is known color: Carnation Pink. HEX triplet: FC, 9F and BA. RGB value is (252,159,186). Sum of RGB (Red+Green+Blue) = 252+159+186=597 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.21% from 597); Green value is 159 (62.5% from 255 or 26.63% from 597); Blue value is 186 (73.05% from 255 or 31.16% from 597); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9FBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC9FBA is #036045. Grayscale: #BDBDBD. Windows color (decimal): -221254 or 12230652. OLE color: 12230652.
HSL color Cylindrical-coordinate representation of color #FC9FBA: hue angle of 342.58º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FC9FBA is Cyan = 0, Magento = 0.37, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 159 | 186 | - |
| CMYK | 0 | 0.37 | 0.26 | 0.01 |
| HSL | 342.58º | 0.94% | 0.81% | - |
| HSV(B) | 342.58º | 0.37% | 0.99% | - |
| XYZ | 61.41 | 49.04 | 52.68 | - |
| YUV | 189.89 | 125.81 | 172.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 159 | 186 | 0 | 0.37 | 0.26 | 0.01 | 342.58 | 0.94 | 0.81 |
| Hex | FC | 9F | BA | 0 | 25 | 1A | 1 | 157 | 5E | 51 |
| Octal | 374 | 237 | 272 | 0 | 45 | 32 | 1 | 527 | 136 | 121 |
| Binary | 11111100 | 10011111 | 10111010 | 0 | 100101 | 11010 | 1 | 101010111 | 1011110 | 1010001 |
Color Harmonies of #FC9FBA
Complementary color
Monochromatic Colors of #FC9FBA
Black with #FC9FBA
Text Example
Text Example
White with #FC9FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC9FBA; }
p { color: rgb(252,159,186); }
H1.HeaderClassName
{
color: #FC9FBA;
}
.AnyTagClassName
{
color: #FC9FBA;
}
</style>
background-color css
<style>
a { background-color: #FC9FBA; }
a { background-color: rgb(252,159,186); }
div.DivClassName
{
background-color: #FC9FBA;
}
.BgClassName
{
background-color: #FC9FBA;
}
</style>
border-color css
<style>
span { border-color: #FC9FBA; }
span { border-color: rgb(252,159,186); }
td.TdClassName
{
border-color: #FC9FBA;
}
.TagClassName
{
border-color: #FC9FBA;
}
</style>