Shades of Carnation Pink #FC9DBA
Tints of Carnation Pink #FC9DBA
RGB
CMYK
RGB Variations
Color information
#FC9DBA (or 0xFC9DBA) is known color: Carnation Pink. HEX triplet: FC, 9D and BA. RGB value is (252,157,186). Sum of RGB (Red+Green+Blue) = 252+157+186=595 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.35% from 595); Green value is 157 (61.72% from 255 or 26.39% from 595); Blue value is 186 (73.05% from 255 or 31.26% from 595); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9DBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC9DBA is #036245. Grayscale: #BCBCBC. Windows color (decimal): -221766 or 12230140. OLE color: 12230140.
HSL color Cylindrical-coordinate representation of color #FC9DBA: hue angle of 341.68º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FC9DBA is Cyan = 0, Magento = 0.38, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 157 | 186 | - |
| CMYK | 0 | 0.38 | 0.26 | 0.01 |
| HSL | 341.68º | 0.94% | 0.8% | - |
| HSV(B) | 341.68º | 0.38% | 0.99% | - |
| XYZ | 61.06 | 48.35 | 52.57 | - |
| YUV | 188.71 | 126.47 | 173.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 157 | 186 | 0 | 0.38 | 0.26 | 0.01 | 341.68 | 0.94 | 0.8 |
| Hex | FC | 9D | BA | 0 | 26 | 1A | 1 | 156 | 5E | 50 |
| Octal | 374 | 235 | 272 | 0 | 46 | 32 | 1 | 526 | 136 | 120 |
| Binary | 11111100 | 10011101 | 10111010 | 0 | 100110 | 11010 | 1 | 101010110 | 1011110 | 1010000 |
Color Harmonies of #FC9DBA
Complementary color
Monochromatic Colors of #FC9DBA
Black with #FC9DBA
Text Example
Text Example
White with #FC9DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC9DBA; }
p { color: rgb(252,157,186); }
H1.HeaderClassName
{
color: #FC9DBA;
}
.AnyTagClassName
{
color: #FC9DBA;
}
</style>
background-color css
<style>
a { background-color: #FC9DBA; }
a { background-color: rgb(252,157,186); }
div.DivClassName
{
background-color: #FC9DBA;
}
.BgClassName
{
background-color: #FC9DBA;
}
</style>
border-color css
<style>
span { border-color: #FC9DBA; }
span { border-color: rgb(252,157,186); }
td.TdClassName
{
border-color: #FC9DBA;
}
.TagClassName
{
border-color: #FC9DBA;
}
</style>