Shades of Carnation Pink #FC95C0
Tints of Carnation Pink #FC95C0
RGB
CMYK
RGB Variations
Color information
#FC95C0 (or 0xFC95C0) is known color: Carnation Pink. HEX triplet: FC, 95 and C0. RGB value is (252,149,192). Sum of RGB (Red+Green+Blue) = 252+149+192=593 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.50% from 593); Green value is 149 (58.59% from 255 or 25.13% from 593); Blue value is 192 (75.39% from 255 or 32.38% from 593); Max value from RGB is 252 - color contains mainly: red. Hex color #FC95C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC95C0 is #036A3F. Grayscale: #B8B8B8. Windows color (decimal): -223808 or 12621308. OLE color: 12621308.
HSL color Cylindrical-coordinate representation of color #FC95C0: hue angle of 334.95º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FC95C0 is Cyan = 0, Magento = 0.41, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 149 | 192 | - |
| CMYK | 0 | 0.41 | 0.24 | 0.01 |
| HSL | 334.95º | 0.94% | 0.79% | - |
| HSV(B) | 334.95º | 0.41% | 0.99% | - |
| XYZ | 60.41 | 46 | 55.56 | - |
| YUV | 184.7 | 132.12 | 176 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 149 | 192 | 0 | 0.41 | 0.24 | 0.01 | 334.95 | 0.94 | 0.79 |
| Hex | FC | 95 | C0 | 0 | 29 | 18 | 1 | 14F | 5E | 4F |
| Octal | 374 | 225 | 300 | 0 | 51 | 30 | 1 | 517 | 136 | 117 |
| Binary | 11111100 | 10010101 | 11000000 | 0 | 101001 | 11000 | 1 | 101001111 | 1011110 | 1001111 |
Color Harmonies of #FC95C0
Complementary color
Monochromatic Colors of #FC95C0
Black with #FC95C0
Text Example
Text Example
White with #FC95C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC95C0; }
p { color: rgb(252,149,192); }
H1.HeaderClassName
{
color: #FC95C0;
}
.AnyTagClassName
{
color: #FC95C0;
}
</style>
background-color css
<style>
a { background-color: #FC95C0; }
a { background-color: rgb(252,149,192); }
div.DivClassName
{
background-color: #FC95C0;
}
.BgClassName
{
background-color: #FC95C0;
}
</style>
border-color css
<style>
span { border-color: #FC95C0; }
span { border-color: rgb(252,149,192); }
td.TdClassName
{
border-color: #FC95C0;
}
.TagClassName
{
border-color: #FC95C0;
}
</style>