Shades of Carnation Pink #FC96C2
Tints of Carnation Pink #FC96C2
RGB
CMYK
RGB Variations
Color information
#FC96C2 (or 0xFC96C2) is known color: Carnation Pink. HEX triplet: FC, 96 and C2. RGB value is (252,150,194). Sum of RGB (Red+Green+Blue) = 252+150+194=596 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.28% from 596); Green value is 150 (58.98% from 255 or 25.17% from 596); Blue value is 194 (76.17% from 255 or 32.55% from 596); Max value from RGB is 252 - color contains mainly: red. Hex color #FC96C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC96C2 is #03693D. Grayscale: #B9B9B9. Windows color (decimal): -223550 or 12752636. OLE color: 12752636.
HSL color Cylindrical-coordinate representation of color #FC96C2: hue angle of 334.12º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FC96C2 is Cyan = 0, Magento = 0.40, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 150 | 194 | - |
| CMYK | 0 | 0.40 | 0.23 | 0.01 |
| HSL | 334.12º | 0.94% | 0.79% | - |
| HSV(B) | 334.12º | 0.4% | 0.99% | - |
| XYZ | 60.79 | 46.4 | 56.79 | - |
| YUV | 185.51 | 132.79 | 175.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 150 | 194 | 0 | 0.40 | 0.23 | 0.01 | 334.12 | 0.94 | 0.79 |
| Hex | FC | 96 | C2 | 0 | 28 | 17 | 1 | 14E | 5E | 4F |
| Octal | 374 | 226 | 302 | 0 | 50 | 27 | 1 | 516 | 136 | 117 |
| Binary | 11111100 | 10010110 | 11000010 | 0 | 101000 | 10111 | 1 | 101001110 | 1011110 | 1001111 |
Color Harmonies of #FC96C2
Complementary color
Monochromatic Colors of #FC96C2
Black with #FC96C2
Text Example
Text Example
White with #FC96C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC96C2; }
p { color: rgb(252,150,194); }
H1.HeaderClassName
{
color: #FC96C2;
}
.AnyTagClassName
{
color: #FC96C2;
}
</style>
background-color css
<style>
a { background-color: #FC96C2; }
a { background-color: rgb(252,150,194); }
div.DivClassName
{
background-color: #FC96C2;
}
.BgClassName
{
background-color: #FC96C2;
}
</style>
border-color css
<style>
span { border-color: #FC96C2; }
span { border-color: rgb(252,150,194); }
td.TdClassName
{
border-color: #FC96C2;
}
.TagClassName
{
border-color: #FC96C2;
}
</style>