Shades of Carnation Pink #FC9CBB
Tints of Carnation Pink #FC9CBB
RGB
CMYK
RGB Variations
Color information
#FC9CBB (or 0xFC9CBB) is known color: Carnation Pink. HEX triplet: FC, 9C and BB. RGB value is (252,156,187). Sum of RGB (Red+Green+Blue) = 252+156+187=595 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.35% from 595); Green value is 156 (61.33% from 255 or 26.22% from 595); Blue value is 187 (73.44% from 255 or 31.43% from 595); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9CBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC9CBB is #036344. Grayscale: #BCBCBC. Windows color (decimal): -222021 or 12295420. OLE color: 12295420.
HSL color Cylindrical-coordinate representation of color #FC9CBB: hue angle of 340.62º 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 #FC9CBB is Cyan = 0, Magento = 0.38, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 156 | 187 | - |
| CMYK | 0 | 0.38 | 0.26 | 0.01 |
| HSL | 340.63º | 0.94% | 0.8% | - |
| HSV(B) | 340.63º | 0.38% | 0.99% | - |
| XYZ | 61 | 48.06 | 53.08 | - |
| YUV | 188.24 | 127.3 | 173.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 156 | 187 | 0 | 0.38 | 0.26 | 0.01 | 340.63 | 0.94 | 0.8 |
| Hex | FC | 9C | BB | 0 | 26 | 1A | 1 | 155 | 5E | 50 |
| Octal | 374 | 234 | 273 | 0 | 46 | 32 | 1 | 525 | 136 | 120 |
| Binary | 11111100 | 10011100 | 10111011 | 0 | 100110 | 11010 | 1 | 101010101 | 1011110 | 1010000 |
Color Harmonies of #FC9CBB
Complementary color
Monochromatic Colors of #FC9CBB
Black with #FC9CBB
Text Example
Text Example
White with #FC9CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC9CBB; }
p { color: rgb(252,156,187); }
H1.HeaderClassName
{
color: #FC9CBB;
}
.AnyTagClassName
{
color: #FC9CBB;
}
</style>
background-color css
<style>
a { background-color: #FC9CBB; }
a { background-color: rgb(252,156,187); }
div.DivClassName
{
background-color: #FC9CBB;
}
.BgClassName
{
background-color: #FC9CBB;
}
</style>
border-color css
<style>
span { border-color: #FC9CBB; }
span { border-color: rgb(252,156,187); }
td.TdClassName
{
border-color: #FC9CBB;
}
.TagClassName
{
border-color: #FC9CBB;
}
</style>