Shades of Carnation Pink #FC99CA
Tints of Carnation Pink #FC99CA
RGB
CMYK
RGB Variations
Color information
#FC99CA (or 0xFC99CA) is known color: Carnation Pink. HEX triplet: FC, 99 and CA. RGB value is (252,153,202). Sum of RGB (Red+Green+Blue) = 252+153+202=607 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.52% from 607); Green value is 153 (60.16% from 255 or 25.21% from 607); Blue value is 202 (79.30% from 255 or 33.28% from 607); Max value from RGB is 252 - color contains mainly: red. Hex color #FC99CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC99CA is #036635. Grayscale: #BCBCBC. Windows color (decimal): -222774 or 13277692. OLE color: 13277692.
HSL color Cylindrical-coordinate representation of color #FC99CA: hue angle of 330.3º 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 #FC99CA is Cyan = 0, Magento = 0.39, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 153 | 202 | - |
| CMYK | 0 | 0.39 | 0.20 | 0.01 |
| HSL | 330.3º | 0.94% | 0.79% | - |
| HSV(B) | 330.3º | 0.39% | 0.99% | - |
| XYZ | 62.2 | 47.74 | 61.81 | - |
| YUV | 188.19 | 135.8 | 173.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 153 | 202 | 0 | 0.39 | 0.20 | 0.01 | 330.3 | 0.94 | 0.79 |
| Hex | FC | 99 | CA | 0 | 27 | 14 | 1 | 14A | 5E | 4F |
| Octal | 374 | 231 | 312 | 0 | 47 | 24 | 1 | 512 | 136 | 117 |
| Binary | 11111100 | 10011001 | 11001010 | 0 | 100111 | 10100 | 1 | 101001010 | 1011110 | 1001111 |
Color Harmonies of #FC99CA
Complementary color
Monochromatic Colors of #FC99CA
Black with #FC99CA
Text Example
Text Example
White with #FC99CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC99CA; }
p { color: rgb(252,153,202); }
H1.HeaderClassName
{
color: #FC99CA;
}
.AnyTagClassName
{
color: #FC99CA;
}
</style>
background-color css
<style>
a { background-color: #FC99CA; }
a { background-color: rgb(252,153,202); }
div.DivClassName
{
background-color: #FC99CA;
}
.BgClassName
{
background-color: #FC99CA;
}
</style>
border-color css
<style>
span { border-color: #FC99CA; }
span { border-color: rgb(252,153,202); }
td.TdClassName
{
border-color: #FC99CA;
}
.TagClassName
{
border-color: #FC99CA;
}
</style>