Shades of Carnation Pink #FCA6BF
Tints of Carnation Pink #FCA6BF
RGB
CMYK
RGB Variations
Color information
#FCA6BF (or 0xFCA6BF) is known color: Carnation Pink. HEX triplet: FC, A6 and BF. RGB value is (252,166,191). Sum of RGB (Red+Green+Blue) = 252+166+191=609 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.38% from 609); Green value is 166 (65.23% from 255 or 27.26% from 609); Blue value is 191 (75% from 255 or 31.36% from 609); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA6BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA6BF is #035940. Grayscale: #C2C2C2. Windows color (decimal): -219457 or 12560124. OLE color: 12560124.
HSL color Cylindrical-coordinate representation of color #FCA6BF: hue angle of 342.56º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FCA6BF is Cyan = 0, Magento = 0.34, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 166 | 191 | - |
| CMYK | 0 | 0.34 | 0.24 | 0.01 |
| HSL | 342.56º | 0.93% | 0.82% | - |
| HSV(B) | 342.56º | 0.34% | 0.99% | - |
| XYZ | 63.19 | 51.73 | 55.94 | - |
| YUV | 194.56 | 125.99 | 168.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 166 | 191 | 0 | 0.34 | 0.24 | 0.01 | 342.56 | 0.93 | 0.82 |
| Hex | FC | A6 | BF | 0 | 22 | 18 | 1 | 157 | 5D | 52 |
| Octal | 374 | 246 | 277 | 0 | 42 | 30 | 1 | 527 | 135 | 122 |
| Binary | 11111100 | 10100110 | 10111111 | 0 | 100010 | 11000 | 1 | 101010111 | 1011101 | 1010010 |
Color Harmonies of #FCA6BF
Complementary color
Monochromatic Colors of #FCA6BF
Black with #FCA6BF
Text Example
Text Example
White with #FCA6BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA6BF; }
p { color: rgb(252,166,191); }
H1.HeaderClassName
{
color: #FCA6BF;
}
.AnyTagClassName
{
color: #FCA6BF;
}
</style>
background-color css
<style>
a { background-color: #FCA6BF; }
a { background-color: rgb(252,166,191); }
div.DivClassName
{
background-color: #FCA6BF;
}
.BgClassName
{
background-color: #FCA6BF;
}
</style>
border-color css
<style>
span { border-color: #FCA6BF; }
span { border-color: rgb(252,166,191); }
td.TdClassName
{
border-color: #FCA6BF;
}
.TagClassName
{
border-color: #FCA6BF;
}
</style>