Shades of Carnation Pink #FC96CF
Tints of Carnation Pink #FC96CF
RGB
CMYK
RGB Variations
Color information
#FC96CF (or 0xFC96CF) is known color: Carnation Pink. HEX triplet: FC, 96 and CF. RGB value is (252,150,207). Sum of RGB (Red+Green+Blue) = 252+150+207=609 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.38% from 609); Green value is 150 (58.98% from 255 or 24.63% from 609); Blue value is 207 (81.25% from 255 or 33.99% from 609); Max value from RGB is 252 - color contains mainly: red. Hex color #FC96CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC96CF is #036930. Grayscale: #BABABA. Windows color (decimal): -223537 or 13604604. OLE color: 13604604.
HSL color Cylindrical-coordinate representation of color #FC96CF: hue angle of 326.47º 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 #FC96CF is Cyan = 0, Magento = 0.40, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 150 | 207 | - |
| CMYK | 0 | 0.40 | 0.18 | 0.01 |
| HSL | 326.47º | 0.94% | 0.79% | - |
| HSV(B) | 326.47º | 0.4% | 0.99% | - |
| XYZ | 62.31 | 47.01 | 64.82 | - |
| YUV | 187 | 139.29 | 174.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 150 | 207 | 0 | 0.40 | 0.18 | 0.01 | 326.47 | 0.94 | 0.79 |
| Hex | FC | 96 | CF | 0 | 28 | 12 | 1 | 146 | 5E | 4F |
| Octal | 374 | 226 | 317 | 0 | 50 | 22 | 1 | 506 | 136 | 117 |
| Binary | 11111100 | 10010110 | 11001111 | 0 | 101000 | 10010 | 1 | 101000110 | 1011110 | 1001111 |
Color Harmonies of #FC96CF
Complementary color
Monochromatic Colors of #FC96CF
Black with #FC96CF
Text Example
Text Example
White with #FC96CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC96CF; }
p { color: rgb(252,150,207); }
H1.HeaderClassName
{
color: #FC96CF;
}
.AnyTagClassName
{
color: #FC96CF;
}
</style>
background-color css
<style>
a { background-color: #FC96CF; }
a { background-color: rgb(252,150,207); }
div.DivClassName
{
background-color: #FC96CF;
}
.BgClassName
{
background-color: #FC96CF;
}
</style>
border-color css
<style>
span { border-color: #FC96CF; }
span { border-color: rgb(252,150,207); }
td.TdClassName
{
border-color: #FC96CF;
}
.TagClassName
{
border-color: #FC96CF;
}
</style>