Shades of Carnation Pink #FCA8C2
Tints of Carnation Pink #FCA8C2
RGB
CMYK
RGB Variations
Color information
#FCA8C2 (or 0xFCA8C2) is known color: Carnation Pink. HEX triplet: FC, A8 and C2. RGB value is (252,168,194). Sum of RGB (Red+Green+Blue) = 252+168+194=614 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.04% from 614); Green value is 168 (66.02% from 255 or 27.36% from 614); Blue value is 194 (76.17% from 255 or 31.60% from 614); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA8C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA8C2 is #03573D. Grayscale: #C4C4C4. Windows color (decimal): -218942 or 12757244. OLE color: 12757244.
HSL color Cylindrical-coordinate representation of color #FCA8C2: hue angle of 341.43º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FCA8C2 is Cyan = 0, Magento = 0.33, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 168 | 194 | - |
| CMYK | 0 | 0.33 | 0.23 | 0.01 |
| HSL | 341.43º | 0.93% | 0.82% | - |
| HSV(B) | 341.43º | 0.33% | 0.99% | - |
| XYZ | 63.89 | 52.6 | 57.82 | - |
| YUV | 196.08 | 126.83 | 167.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 168 | 194 | 0 | 0.33 | 0.23 | 0.01 | 341.43 | 0.93 | 0.82 |
| Hex | FC | A8 | C2 | 0 | 21 | 17 | 1 | 155 | 5D | 52 |
| Octal | 374 | 250 | 302 | 0 | 41 | 27 | 1 | 525 | 135 | 122 |
| Binary | 11111100 | 10101000 | 11000010 | 0 | 100001 | 10111 | 1 | 101010101 | 1011101 | 1010010 |
Color Harmonies of #FCA8C2
Complementary color
Monochromatic Colors of #FCA8C2
Black with #FCA8C2
Text Example
Text Example
White with #FCA8C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA8C2; }
p { color: rgb(252,168,194); }
H1.HeaderClassName
{
color: #FCA8C2;
}
.AnyTagClassName
{
color: #FCA8C2;
}
</style>
background-color css
<style>
a { background-color: #FCA8C2; }
a { background-color: rgb(252,168,194); }
div.DivClassName
{
background-color: #FCA8C2;
}
.BgClassName
{
background-color: #FCA8C2;
}
</style>
border-color css
<style>
span { border-color: #FCA8C2; }
span { border-color: rgb(252,168,194); }
td.TdClassName
{
border-color: #FCA8C2;
}
.TagClassName
{
border-color: #FCA8C2;
}
</style>