Shades of Carnation Pink #FCA1C8
Tints of Carnation Pink #FCA1C8
RGB
CMYK
RGB Variations
Color information
#FCA1C8 (or 0xFCA1C8) is known color: Carnation Pink. HEX triplet: FC, A1 and C8. RGB value is (252,161,200). Sum of RGB (Red+Green+Blue) = 252+161+200=613 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.11% from 613); Green value is 161 (63.28% from 255 or 26.26% from 613); Blue value is 200 (78.52% from 255 or 32.63% from 613); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA1C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA1C8 is #035E37. Grayscale: #C0C0C0. Windows color (decimal): -220728 or 13148668. OLE color: 13148668.
HSL color Cylindrical-coordinate representation of color #FCA1C8: hue angle of 334.29º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FCA1C8 is Cyan = 0, Magento = 0.36, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 161 | 200 | - |
| CMYK | 0 | 0.36 | 0.21 | 0.01 |
| HSL | 334.29º | 0.94% | 0.81% | - |
| HSV(B) | 334.29º | 0.36% | 0.99% | - |
| XYZ | 63.32 | 50.36 | 61.03 | - |
| YUV | 192.66 | 132.15 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 161 | 200 | 0 | 0.36 | 0.21 | 0.01 | 334.29 | 0.94 | 0.81 |
| Hex | FC | A1 | C8 | 0 | 24 | 15 | 1 | 14E | 5E | 51 |
| Octal | 374 | 241 | 310 | 0 | 44 | 25 | 1 | 516 | 136 | 121 |
| Binary | 11111100 | 10100001 | 11001000 | 0 | 100100 | 10101 | 1 | 101001110 | 1011110 | 1010001 |
Color Harmonies of #FCA1C8
Complementary color
Monochromatic Colors of #FCA1C8
Black with #FCA1C8
Text Example
Text Example
White with #FCA1C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA1C8; }
p { color: rgb(252,161,200); }
H1.HeaderClassName
{
color: #FCA1C8;
}
.AnyTagClassName
{
color: #FCA1C8;
}
</style>
background-color css
<style>
a { background-color: #FCA1C8; }
a { background-color: rgb(252,161,200); }
div.DivClassName
{
background-color: #FCA1C8;
}
.BgClassName
{
background-color: #FCA1C8;
}
</style>
border-color css
<style>
span { border-color: #FCA1C8; }
span { border-color: rgb(252,161,200); }
td.TdClassName
{
border-color: #FCA1C8;
}
.TagClassName
{
border-color: #FCA1C8;
}
</style>