Shades of Carnation Pink #FC98C5
Tints of Carnation Pink #FC98C5
RGB
CMYK
RGB Variations
Color information
#FC98C5 (or 0xFC98C5) is known color: Carnation Pink. HEX triplet: FC, 98 and C5. RGB value is (252,152,197). Sum of RGB (Red+Green+Blue) = 252+152+197=601 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.93% from 601); Green value is 152 (59.77% from 255 or 25.29% from 601); Blue value is 197 (77.34% from 255 or 32.78% from 601); Max value from RGB is 252 - color contains mainly: red. Hex color #FC98C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC98C5 is #03673A. Grayscale: #BABABA. Windows color (decimal): -223035 or 12949756. OLE color: 12949756.
HSL color Cylindrical-coordinate representation of color #FC98C5: hue angle of 333º 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 #FC98C5 is Cyan = 0, Magento = 0.40, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 152 | 197 | - |
| CMYK | 0 | 0.40 | 0.22 | 0.01 |
| HSL | 333º | 0.94% | 0.79% | - |
| HSV(B) | 333º | 0.4% | 0.99% | - |
| XYZ | 61.45 | 47.18 | 58.69 | - |
| YUV | 187.03 | 133.63 | 174.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 152 | 197 | 0 | 0.40 | 0.22 | 0.01 | 333 | 0.94 | 0.79 |
| Hex | FC | 98 | C5 | 0 | 28 | 16 | 1 | 14D | 5E | 4F |
| Octal | 374 | 230 | 305 | 0 | 50 | 26 | 1 | 515 | 136 | 117 |
| Binary | 11111100 | 10011000 | 11000101 | 0 | 101000 | 10110 | 1 | 101001101 | 1011110 | 1001111 |
Color Harmonies of #FC98C5
Complementary color
Monochromatic Colors of #FC98C5
Black with #FC98C5
Text Example
Text Example
White with #FC98C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC98C5; }
p { color: rgb(252,152,197); }
H1.HeaderClassName
{
color: #FC98C5;
}
.AnyTagClassName
{
color: #FC98C5;
}
</style>
background-color css
<style>
a { background-color: #FC98C5; }
a { background-color: rgb(252,152,197); }
div.DivClassName
{
background-color: #FC98C5;
}
.BgClassName
{
background-color: #FC98C5;
}
</style>
border-color css
<style>
span { border-color: #FC98C5; }
span { border-color: rgb(252,152,197); }
td.TdClassName
{
border-color: #FC98C5;
}
.TagClassName
{
border-color: #FC98C5;
}
</style>