Shades of Carnation Pink #FC9FC2
Tints of Carnation Pink #FC9FC2
RGB
CMYK
RGB Variations
Color information
#FC9FC2 (or 0xFC9FC2) is known color: Carnation Pink. HEX triplet: FC, 9F and C2. RGB value is (252,159,194). Sum of RGB (Red+Green+Blue) = 252+159+194=605 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.65% from 605); Green value is 159 (62.5% from 255 or 26.28% from 605); Blue value is 194 (76.17% from 255 or 32.07% from 605); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9FC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC9FC2 is #03603D. Grayscale: #BEBEBE. Windows color (decimal): -221246 or 12754940. OLE color: 12754940.
HSL color Cylindrical-coordinate representation of color #FC9FC2: hue angle of 337.42º 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 #FC9FC2 is Cyan = 0, Magento = 0.37, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 159 | 194 | - |
| CMYK | 0 | 0.37 | 0.23 | 0.01 |
| HSL | 337.42º | 0.94% | 0.81% | - |
| HSV(B) | 337.42º | 0.37% | 0.99% | - |
| XYZ | 62.28 | 49.39 | 57.29 | - |
| YUV | 190.8 | 129.81 | 171.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 159 | 194 | 0 | 0.37 | 0.23 | 0.01 | 337.42 | 0.94 | 0.81 |
| Hex | FC | 9F | C2 | 0 | 25 | 17 | 1 | 151 | 5E | 51 |
| Octal | 374 | 237 | 302 | 0 | 45 | 27 | 1 | 521 | 136 | 121 |
| Binary | 11111100 | 10011111 | 11000010 | 0 | 100101 | 10111 | 1 | 101010001 | 1011110 | 1010001 |
Color Harmonies of #FC9FC2
Complementary color
Monochromatic Colors of #FC9FC2
Black with #FC9FC2
Text Example
Text Example
White with #FC9FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC9FC2; }
p { color: rgb(252,159,194); }
H1.HeaderClassName
{
color: #FC9FC2;
}
.AnyTagClassName
{
color: #FC9FC2;
}
</style>
background-color css
<style>
a { background-color: #FC9FC2; }
a { background-color: rgb(252,159,194); }
div.DivClassName
{
background-color: #FC9FC2;
}
.BgClassName
{
background-color: #FC9FC2;
}
</style>
border-color css
<style>
span { border-color: #FC9FC2; }
span { border-color: rgb(252,159,194); }
td.TdClassName
{
border-color: #FC9FC2;
}
.TagClassName
{
border-color: #FC9FC2;
}
</style>