Shades of Carnation Pink #FC98C2
Tints of Carnation Pink #FC98C2
RGB
CMYK
RGB Variations
Color information
#FC98C2 (or 0xFC98C2) is known color: Carnation Pink. HEX triplet: FC, 98 and C2. RGB value is (252,152,194). Sum of RGB (Red+Green+Blue) = 252+152+194=598 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.14% from 598); Green value is 152 (59.77% from 255 or 25.42% from 598); Blue value is 194 (76.17% from 255 or 32.44% from 598); Max value from RGB is 252 - color contains mainly: red. Hex color #FC98C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC98C2 is #03673D. Grayscale: #BABABA. Windows color (decimal): -223038 or 12753148. OLE color: 12753148.
HSL color Cylindrical-coordinate representation of color #FC98C2: hue angle of 334.8º 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 #FC98C2 is Cyan = 0, Magento = 0.40, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 152 | 194 | - |
| CMYK | 0 | 0.40 | 0.23 | 0.01 |
| HSL | 334.8º | 0.94% | 0.79% | - |
| HSV(B) | 334.8º | 0.4% | 0.99% | - |
| XYZ | 61.11 | 47.05 | 56.9 | - |
| YUV | 186.69 | 132.13 | 174.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 152 | 194 | 0 | 0.40 | 0.23 | 0.01 | 334.8 | 0.94 | 0.79 |
| Hex | FC | 98 | C2 | 0 | 28 | 17 | 1 | 14F | 5E | 4F |
| Octal | 374 | 230 | 302 | 0 | 50 | 27 | 1 | 517 | 136 | 117 |
| Binary | 11111100 | 10011000 | 11000010 | 0 | 101000 | 10111 | 1 | 101001111 | 1011110 | 1001111 |
Color Harmonies of #FC98C2
Complementary color
Monochromatic Colors of #FC98C2
Black with #FC98C2
Text Example
Text Example
White with #FC98C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC98C2; }
p { color: rgb(252,152,194); }
H1.HeaderClassName
{
color: #FC98C2;
}
.AnyTagClassName
{
color: #FC98C2;
}
</style>
background-color css
<style>
a { background-color: #FC98C2; }
a { background-color: rgb(252,152,194); }
div.DivClassName
{
background-color: #FC98C2;
}
.BgClassName
{
background-color: #FC98C2;
}
</style>
border-color css
<style>
span { border-color: #FC98C2; }
span { border-color: rgb(252,152,194); }
td.TdClassName
{
border-color: #FC98C2;
}
.TagClassName
{
border-color: #FC98C2;
}
</style>