Shades of Carnation Pink #FCA8CB
Tints of Carnation Pink #FCA8CB
RGB
CMYK
RGB Variations
Color information
#FCA8CB (or 0xFCA8CB) is known color: Carnation Pink. HEX triplet: FC, A8 and CB. RGB value is (252,168,203). Sum of RGB (Red+Green+Blue) = 252+168+203=623 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.45% from 623); Green value is 168 (66.02% from 255 or 26.97% from 623); Blue value is 203 (79.69% from 255 or 32.58% from 623); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA8CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA8CB is #035734. Grayscale: #C5C5C5. Windows color (decimal): -218933 or 13347068. OLE color: 13347068.
HSL color Cylindrical-coordinate representation of color #FCA8CB: hue angle of 335º 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 #FCA8CB is Cyan = 0, Magento = 0.33, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 168 | 203 | - |
| CMYK | 0 | 0.33 | 0.19 | 0.01 |
| HSL | 335º | 0.93% | 0.82% | - |
| HSV(B) | 335º | 0.33% | 0.99% | - |
| XYZ | 64.93 | 53.01 | 63.31 | - |
| YUV | 197.11 | 131.33 | 167.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 168 | 203 | 0 | 0.33 | 0.19 | 0.01 | 335 | 0.93 | 0.82 |
| Hex | FC | A8 | CB | 0 | 21 | 13 | 1 | 14F | 5D | 52 |
| Octal | 374 | 250 | 313 | 0 | 41 | 23 | 1 | 517 | 135 | 122 |
| Binary | 11111100 | 10101000 | 11001011 | 0 | 100001 | 10011 | 1 | 101001111 | 1011101 | 1010010 |
Color Harmonies of #FCA8CB
Complementary color
Monochromatic Colors of #FCA8CB
Black with #FCA8CB
Text Example
Text Example
White with #FCA8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA8CB; }
p { color: rgb(252,168,203); }
H1.HeaderClassName
{
color: #FCA8CB;
}
.AnyTagClassName
{
color: #FCA8CB;
}
</style>
background-color css
<style>
a { background-color: #FCA8CB; }
a { background-color: rgb(252,168,203); }
div.DivClassName
{
background-color: #FCA8CB;
}
.BgClassName
{
background-color: #FCA8CB;
}
</style>
border-color css
<style>
span { border-color: #FCA8CB; }
span { border-color: rgb(252,168,203); }
td.TdClassName
{
border-color: #FCA8CB;
}
.TagClassName
{
border-color: #FCA8CB;
}
</style>