Shades of Carnation Pink #FC99D0
Tints of Carnation Pink #FC99D0
RGB
CMYK
RGB Variations
Color information
#FC99D0 (or 0xFC99D0) is known color: Carnation Pink. HEX triplet: FC, 99 and D0. RGB value is (252,153,208). Sum of RGB (Red+Green+Blue) = 252+153+208=613 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.11% from 613); Green value is 153 (60.16% from 255 or 24.96% from 613); Blue value is 208 (81.64% from 255 or 33.93% from 613); Max value from RGB is 252 - color contains mainly: red. Hex color #FC99D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC99D0 is #03662F. Grayscale: #BCBCBC. Windows color (decimal): -222768 or 13670908. OLE color: 13670908.
HSL color Cylindrical-coordinate representation of color #FC99D0: hue angle of 326.67º 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 #FC99D0 is Cyan = 0, Magento = 0.39, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 153 | 208 | - |
| CMYK | 0 | 0.39 | 0.17 | 0.01 |
| HSL | 326.67º | 0.94% | 0.79% | - |
| HSV(B) | 326.67º | 0.39% | 0.99% | - |
| XYZ | 62.92 | 48.03 | 65.63 | - |
| YUV | 188.87 | 138.8 | 173.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 153 | 208 | 0 | 0.39 | 0.17 | 0.01 | 326.67 | 0.94 | 0.79 |
| Hex | FC | 99 | D0 | 0 | 27 | 11 | 1 | 147 | 5E | 4F |
| Octal | 374 | 231 | 320 | 0 | 47 | 21 | 1 | 507 | 136 | 117 |
| Binary | 11111100 | 10011001 | 11010000 | 0 | 100111 | 10001 | 1 | 101000111 | 1011110 | 1001111 |
Color Harmonies of #FC99D0
Complementary color
Monochromatic Colors of #FC99D0
Black with #FC99D0
Text Example
Text Example
White with #FC99D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC99D0; }
p { color: rgb(252,153,208); }
H1.HeaderClassName
{
color: #FC99D0;
}
.AnyTagClassName
{
color: #FC99D0;
}
</style>
background-color css
<style>
a { background-color: #FC99D0; }
a { background-color: rgb(252,153,208); }
div.DivClassName
{
background-color: #FC99D0;
}
.BgClassName
{
background-color: #FC99D0;
}
</style>
border-color css
<style>
span { border-color: #FC99D0; }
span { border-color: rgb(252,153,208); }
td.TdClassName
{
border-color: #FC99D0;
}
.TagClassName
{
border-color: #FC99D0;
}
</style>