Shades of Carnation Pink #FCA6CB
Tints of Carnation Pink #FCA6CB
RGB
CMYK
RGB Variations
Color information
#FCA6CB (or 0xFCA6CB) is known color: Carnation Pink. HEX triplet: FC, A6 and CB. RGB value is (252,166,203). Sum of RGB (Red+Green+Blue) = 252+166+203=621 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.58% from 621); Green value is 166 (65.23% from 255 or 26.73% from 621); Blue value is 203 (79.69% from 255 or 32.69% from 621); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA6CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA6CB is #035934. Grayscale: #C3C3C3. Windows color (decimal): -219445 or 13346556. OLE color: 13346556.
HSL color Cylindrical-coordinate representation of color #FCA6CB: hue angle of 334.19º 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 #FCA6CB is Cyan = 0, Magento = 0.34, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 166 | 203 | - |
| CMYK | 0 | 0.34 | 0.19 | 0.01 |
| HSL | 334.19º | 0.93% | 0.82% | - |
| HSV(B) | 334.19º | 0.34% | 0.99% | - |
| XYZ | 64.56 | 52.28 | 63.19 | - |
| YUV | 195.93 | 131.99 | 167.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 166 | 203 | 0 | 0.34 | 0.19 | 0.01 | 334.19 | 0.93 | 0.82 |
| Hex | FC | A6 | CB | 0 | 22 | 13 | 1 | 14E | 5D | 52 |
| Octal | 374 | 246 | 313 | 0 | 42 | 23 | 1 | 516 | 135 | 122 |
| Binary | 11111100 | 10100110 | 11001011 | 0 | 100010 | 10011 | 1 | 101001110 | 1011101 | 1010010 |
Color Harmonies of #FCA6CB
Complementary color
Monochromatic Colors of #FCA6CB
Black with #FCA6CB
Text Example
Text Example
White with #FCA6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA6CB; }
p { color: rgb(252,166,203); }
H1.HeaderClassName
{
color: #FCA6CB;
}
.AnyTagClassName
{
color: #FCA6CB;
}
</style>
background-color css
<style>
a { background-color: #FCA6CB; }
a { background-color: rgb(252,166,203); }
div.DivClassName
{
background-color: #FCA6CB;
}
.BgClassName
{
background-color: #FCA6CB;
}
</style>
border-color css
<style>
span { border-color: #FCA6CB; }
span { border-color: rgb(252,166,203); }
td.TdClassName
{
border-color: #FCA6CB;
}
.TagClassName
{
border-color: #FCA6CB;
}
</style>