Shades of Carnation Pink #FC99C3
Tints of Carnation Pink #FC99C3
RGB
CMYK
RGB Variations
Color information
#FC99C3 (or 0xFC99C3) is known color: Carnation Pink. HEX triplet: FC, 99 and C3. RGB value is (252,153,195). Sum of RGB (Red+Green+Blue) = 252+153+195=600 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42% from 600); Green value is 153 (60.16% from 255 or 25.5% from 600); Blue value is 195 (76.56% from 255 or 32.5% from 600); Max value from RGB is 252 - color contains mainly: red. Hex color #FC99C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC99C3 is #03663C. Grayscale: #BBBBBB. Windows color (decimal): -222781 or 12818940. OLE color: 12818940.
HSL color Cylindrical-coordinate representation of color #FC99C3: hue angle of 334.55º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FC99C3 is Cyan = 0, Magento = 0.39, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 153 | 195 | - |
| CMYK | 0 | 0.39 | 0.23 | 0.01 |
| HSL | 334.55º | 0.94% | 0.79% | - |
| HSV(B) | 334.55º | 0.39% | 0.99% | - |
| XYZ | 61.39 | 47.42 | 57.55 | - |
| YUV | 187.39 | 132.3 | 174.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 153 | 195 | 0 | 0.39 | 0.23 | 0.01 | 334.55 | 0.94 | 0.79 |
| Hex | FC | 99 | C3 | 0 | 27 | 17 | 1 | 14F | 5E | 4F |
| Octal | 374 | 231 | 303 | 0 | 47 | 27 | 1 | 517 | 136 | 117 |
| Binary | 11111100 | 10011001 | 11000011 | 0 | 100111 | 10111 | 1 | 101001111 | 1011110 | 1001111 |
Color Harmonies of #FC99C3
Complementary color
Monochromatic Colors of #FC99C3
Black with #FC99C3
Text Example
Text Example
White with #FC99C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC99C3; }
p { color: rgb(252,153,195); }
H1.HeaderClassName
{
color: #FC99C3;
}
.AnyTagClassName
{
color: #FC99C3;
}
</style>
background-color css
<style>
a { background-color: #FC99C3; }
a { background-color: rgb(252,153,195); }
div.DivClassName
{
background-color: #FC99C3;
}
.BgClassName
{
background-color: #FC99C3;
}
</style>
border-color css
<style>
span { border-color: #FC99C3; }
span { border-color: rgb(252,153,195); }
td.TdClassName
{
border-color: #FC99C3;
}
.TagClassName
{
border-color: #FC99C3;
}
</style>