Shades of Carnation Pink #FC9FCE
Tints of Carnation Pink #FC9FCE
RGB
CMYK
RGB Variations
Color information
#FC9FCE (or 0xFC9FCE) is known color: Carnation Pink. HEX triplet: FC, 9F and CE. RGB value is (252,159,206). Sum of RGB (Red+Green+Blue) = 252+159+206=617 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.84% from 617); Green value is 159 (62.5% from 255 or 25.77% from 617); Blue value is 206 (80.86% from 255 or 33.39% from 617); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9FCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC9FCE is #036031. Grayscale: #C0C0C0. Windows color (decimal): -221234 or 13541372. OLE color: 13541372.
HSL color Cylindrical-coordinate representation of color #FC9FCE: hue angle of 329.68º 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 #FC9FCE is Cyan = 0, Magento = 0.37, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 159 | 206 | - |
| CMYK | 0 | 0.37 | 0.18 | 0.01 |
| HSL | 329.68º | 0.94% | 0.81% | - |
| HSV(B) | 329.68º | 0.37% | 0.99% | - |
| XYZ | 63.68 | 49.95 | 64.68 | - |
| YUV | 192.17 | 135.81 | 170.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 159 | 206 | 0 | 0.37 | 0.18 | 0.01 | 329.68 | 0.94 | 0.81 |
| Hex | FC | 9F | CE | 0 | 25 | 12 | 1 | 14A | 5E | 51 |
| Octal | 374 | 237 | 316 | 0 | 45 | 22 | 1 | 512 | 136 | 121 |
| Binary | 11111100 | 10011111 | 11001110 | 0 | 100101 | 10010 | 1 | 101001010 | 1011110 | 1010001 |
Color Harmonies of #FC9FCE
Complementary color
Monochromatic Colors of #FC9FCE
Black with #FC9FCE
Text Example
Text Example
White with #FC9FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC9FCE; }
p { color: rgb(252,159,206); }
H1.HeaderClassName
{
color: #FC9FCE;
}
.AnyTagClassName
{
color: #FC9FCE;
}
</style>
background-color css
<style>
a { background-color: #FC9FCE; }
a { background-color: rgb(252,159,206); }
div.DivClassName
{
background-color: #FC9FCE;
}
.BgClassName
{
background-color: #FC9FCE;
}
</style>
border-color css
<style>
span { border-color: #FC9FCE; }
span { border-color: rgb(252,159,206); }
td.TdClassName
{
border-color: #FC9FCE;
}
.TagClassName
{
border-color: #FC9FCE;
}
</style>