Shades of Carnation Pink #FCA1CE
Tints of Carnation Pink #FCA1CE
RGB
CMYK
RGB Variations
Color information
#FCA1CE (or 0xFCA1CE) is known color: Carnation Pink. HEX triplet: FC, A1 and CE. RGB value is (252,161,206). Sum of RGB (Red+Green+Blue) = 252+161+206=619 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.71% from 619); Green value is 161 (63.28% from 255 or 26.01% from 619); Blue value is 206 (80.86% from 255 or 33.28% from 619); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA1CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA1CE is #035E31. Grayscale: #C1C1C1. Windows color (decimal): -220722 or 13541884. OLE color: 13541884.
HSL color Cylindrical-coordinate representation of color #FCA1CE: hue angle of 330.33º 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 #FCA1CE is Cyan = 0, Magento = 0.36, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 161 | 206 | - |
| CMYK | 0 | 0.36 | 0.18 | 0.01 |
| HSL | 330.33º | 0.94% | 0.81% | - |
| HSV(B) | 330.33º | 0.36% | 0.99% | - |
| XYZ | 64.03 | 50.64 | 64.79 | - |
| YUV | 193.34 | 135.15 | 169.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 161 | 206 | 0 | 0.36 | 0.18 | 0.01 | 330.33 | 0.94 | 0.81 |
| Hex | FC | A1 | CE | 0 | 24 | 12 | 1 | 14A | 5E | 51 |
| Octal | 374 | 241 | 316 | 0 | 44 | 22 | 1 | 512 | 136 | 121 |
| Binary | 11111100 | 10100001 | 11001110 | 0 | 100100 | 10010 | 1 | 101001010 | 1011110 | 1010001 |
Color Harmonies of #FCA1CE
Complementary color
Monochromatic Colors of #FCA1CE
Black with #FCA1CE
Text Example
Text Example
White with #FCA1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA1CE; }
p { color: rgb(252,161,206); }
H1.HeaderClassName
{
color: #FCA1CE;
}
.AnyTagClassName
{
color: #FCA1CE;
}
</style>
background-color css
<style>
a { background-color: #FCA1CE; }
a { background-color: rgb(252,161,206); }
div.DivClassName
{
background-color: #FCA1CE;
}
.BgClassName
{
background-color: #FCA1CE;
}
</style>
border-color css
<style>
span { border-color: #FCA1CE; }
span { border-color: rgb(252,161,206); }
td.TdClassName
{
border-color: #FCA1CE;
}
.TagClassName
{
border-color: #FCA1CE;
}
</style>