Shades of Carnation Pink #FCA4BF
Tints of Carnation Pink #FCA4BF
RGB
CMYK
RGB Variations
Color information
#FCA4BF (or 0xFCA4BF) is known color: Carnation Pink. HEX triplet: FC, A4 and BF. RGB value is (252,164,191). Sum of RGB (Red+Green+Blue) = 252+164+191=607 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.52% from 607); Green value is 164 (64.45% from 255 or 27.02% from 607); Blue value is 191 (75% from 255 or 31.47% from 607); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA4BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA4BF is #035B40. Grayscale: #C1C1C1. Windows color (decimal): -219969 or 12559612. OLE color: 12559612.
HSL color Cylindrical-coordinate representation of color #FCA4BF: hue angle of 341.59º degrees, saturation: 0.94, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FCA4BF is Cyan = 0, Magento = 0.35, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 164 | 191 | - |
| CMYK | 0 | 0.35 | 0.24 | 0.01 |
| HSL | 341.59º | 0.94% | 0.82% | - |
| HSV(B) | 341.59º | 0.35% | 0.99% | - |
| XYZ | 62.82 | 51.01 | 55.82 | - |
| YUV | 193.39 | 126.65 | 169.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 164 | 191 | 0 | 0.35 | 0.24 | 0.01 | 341.59 | 0.94 | 0.82 |
| Hex | FC | A4 | BF | 0 | 23 | 18 | 1 | 156 | 5E | 52 |
| Octal | 374 | 244 | 277 | 0 | 43 | 30 | 1 | 526 | 136 | 122 |
| Binary | 11111100 | 10100100 | 10111111 | 0 | 100011 | 11000 | 1 | 101010110 | 1011110 | 1010010 |
Color Harmonies of #FCA4BF
Complementary color
Monochromatic Colors of #FCA4BF
Black with #FCA4BF
Text Example
Text Example
White with #FCA4BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA4BF; }
p { color: rgb(252,164,191); }
H1.HeaderClassName
{
color: #FCA4BF;
}
.AnyTagClassName
{
color: #FCA4BF;
}
</style>
background-color css
<style>
a { background-color: #FCA4BF; }
a { background-color: rgb(252,164,191); }
div.DivClassName
{
background-color: #FCA4BF;
}
.BgClassName
{
background-color: #FCA4BF;
}
</style>
border-color css
<style>
span { border-color: #FCA4BF; }
span { border-color: rgb(252,164,191); }
td.TdClassName
{
border-color: #FCA4BF;
}
.TagClassName
{
border-color: #FCA4BF;
}
</style>