Shades of Carnation Pink #FC99D1
Tints of Carnation Pink #FC99D1
RGB
CMYK
RGB Variations
Color information
#FC99D1 (or 0xFC99D1) is known color: Carnation Pink. HEX triplet: FC, 99 and D1. RGB value is (252,153,209). Sum of RGB (Red+Green+Blue) = 252+153+209=614 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.04% from 614); Green value is 153 (60.16% from 255 or 24.92% from 614); Blue value is 209 (82.03% from 255 or 34.04% from 614); Max value from RGB is 252 - color contains mainly: red. Hex color #FC99D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC99D1 is #03662E. Grayscale: #BCBCBC. Windows color (decimal): -222767 or 13736444. OLE color: 13736444.
HSL color Cylindrical-coordinate representation of color #FC99D1: hue angle of 326.06º 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 #FC99D1 is Cyan = 0, Magento = 0.39, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 153 | 209 | - |
| CMYK | 0 | 0.39 | 0.17 | 0.01 |
| HSL | 326.06º | 0.94% | 0.79% | - |
| HSV(B) | 326.06º | 0.39% | 0.99% | - |
| XYZ | 63.04 | 48.08 | 66.28 | - |
| YUV | 188.99 | 139.3 | 172.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 153 | 209 | 0 | 0.39 | 0.17 | 0.01 | 326.06 | 0.94 | 0.79 |
| Hex | FC | 99 | D1 | 0 | 27 | 11 | 1 | 146 | 5E | 4F |
| Octal | 374 | 231 | 321 | 0 | 47 | 21 | 1 | 506 | 136 | 117 |
| Binary | 11111100 | 10011001 | 11010001 | 0 | 100111 | 10001 | 1 | 101000110 | 1011110 | 1001111 |
Color Harmonies of #FC99D1
Complementary color
Monochromatic Colors of #FC99D1
Black with #FC99D1
Text Example
Text Example
White with #FC99D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC99D1; }
p { color: rgb(252,153,209); }
H1.HeaderClassName
{
color: #FC99D1;
}
.AnyTagClassName
{
color: #FC99D1;
}
</style>
background-color css
<style>
a { background-color: #FC99D1; }
a { background-color: rgb(252,153,209); }
div.DivClassName
{
background-color: #FC99D1;
}
.BgClassName
{
background-color: #FC99D1;
}
</style>
border-color css
<style>
span { border-color: #FC99D1; }
span { border-color: rgb(252,153,209); }
td.TdClassName
{
border-color: #FC99D1;
}
.TagClassName
{
border-color: #FC99D1;
}
</style>