Shades of Carnation Pink #FCABC8
Tints of Carnation Pink #FCABC8
RGB
CMYK
RGB Variations
Color information
#FCABC8 (or 0xFCABC8) is known color: Carnation Pink. HEX triplet: FC, AB and C8. RGB value is (252,171,200). Sum of RGB (Red+Green+Blue) = 252+171+200=623 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.45% from 623); Green value is 171 (67.19% from 255 or 27.45% from 623); Blue value is 200 (78.52% from 255 or 32.10% from 623); Max value from RGB is 252 - color contains mainly: red. Hex color #FCABC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCABC8 is #035437. Grayscale: #C6C6C6. Windows color (decimal): -218168 or 13151228. OLE color: 13151228.
HSL color Cylindrical-coordinate representation of color #FCABC8: hue angle of 338.52º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FCABC8 is Cyan = 0, Magento = 0.32, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 171 | 200 | - |
| CMYK | 0 | 0.32 | 0.21 | 0.01 |
| HSL | 338.52º | 0.93% | 0.83% | - |
| HSV(B) | 338.52º | 0.32% | 0.99% | - |
| XYZ | 65.13 | 53.99 | 61.63 | - |
| YUV | 198.53 | 128.84 | 166.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 171 | 200 | 0 | 0.32 | 0.21 | 0.01 | 338.52 | 0.93 | 0.83 |
| Hex | FC | AB | C8 | 0 | 20 | 15 | 1 | 153 | 5D | 53 |
| Octal | 374 | 253 | 310 | 0 | 40 | 25 | 1 | 523 | 135 | 123 |
| Binary | 11111100 | 10101011 | 11001000 | 0 | 100000 | 10101 | 1 | 101010011 | 1011101 | 1010011 |
Color Harmonies of #FCABC8
Complementary color
Monochromatic Colors of #FCABC8
Black with #FCABC8
Text Example
Text Example
White with #FCABC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCABC8; }
p { color: rgb(252,171,200); }
H1.HeaderClassName
{
color: #FCABC8;
}
.AnyTagClassName
{
color: #FCABC8;
}
</style>
background-color css
<style>
a { background-color: #FCABC8; }
a { background-color: rgb(252,171,200); }
div.DivClassName
{
background-color: #FCABC8;
}
.BgClassName
{
background-color: #FCABC8;
}
</style>
border-color css
<style>
span { border-color: #FCABC8; }
span { border-color: rgb(252,171,200); }
td.TdClassName
{
border-color: #FCABC8;
}
.TagClassName
{
border-color: #FCABC8;
}
</style>