Shades of Carnation Pink #FC96C6
Tints of Carnation Pink #FC96C6
RGB
CMYK
RGB Variations
Color information
#FC96C6 (or 0xFC96C6) is known color: Carnation Pink. HEX triplet: FC, 96 and C6. RGB value is (252,150,198). Sum of RGB (Red+Green+Blue) = 252+150+198=600 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42% from 600); Green value is 150 (58.98% from 255 or 25% from 600); Blue value is 198 (77.73% from 255 or 33% from 600); Max value from RGB is 252 - color contains mainly: red. Hex color #FC96C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC96C6 is #036939. Grayscale: #B9B9B9. Windows color (decimal): -223546 or 13014780. OLE color: 13014780.
HSL color Cylindrical-coordinate representation of color #FC96C6: hue angle of 331.76º 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 #FC96C6 is Cyan = 0, Magento = 0.40, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 150 | 198 | - |
| CMYK | 0 | 0.40 | 0.21 | 0.01 |
| HSL | 331.76º | 0.94% | 0.79% | - |
| HSV(B) | 331.76º | 0.4% | 0.99% | - |
| XYZ | 61.24 | 46.59 | 59.19 | - |
| YUV | 185.97 | 134.79 | 175.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 150 | 198 | 0 | 0.40 | 0.21 | 0.01 | 331.76 | 0.94 | 0.79 |
| Hex | FC | 96 | C6 | 0 | 28 | 15 | 1 | 14C | 5E | 4F |
| Octal | 374 | 226 | 306 | 0 | 50 | 25 | 1 | 514 | 136 | 117 |
| Binary | 11111100 | 10010110 | 11000110 | 0 | 101000 | 10101 | 1 | 101001100 | 1011110 | 1001111 |
Color Harmonies of #FC96C6
Complementary color
Monochromatic Colors of #FC96C6
Black with #FC96C6
Text Example
Text Example
White with #FC96C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC96C6; }
p { color: rgb(252,150,198); }
H1.HeaderClassName
{
color: #FC96C6;
}
.AnyTagClassName
{
color: #FC96C6;
}
</style>
background-color css
<style>
a { background-color: #FC96C6; }
a { background-color: rgb(252,150,198); }
div.DivClassName
{
background-color: #FC96C6;
}
.BgClassName
{
background-color: #FC96C6;
}
</style>
border-color css
<style>
span { border-color: #FC96C6; }
span { border-color: rgb(252,150,198); }
td.TdClassName
{
border-color: #FC96C6;
}
.TagClassName
{
border-color: #FC96C6;
}
</style>