Shades of Carnation Pink #FCABCB
Tints of Carnation Pink #FCABCB
RGB
CMYK
RGB Variations
Color information
#FCABCB (or 0xFCABCB) is known color: Carnation Pink. HEX triplet: FC, AB and CB. RGB value is (252,171,203). Sum of RGB (Red+Green+Blue) = 252+171+203=626 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.26% from 626); Green value is 171 (67.19% from 255 or 27.32% from 626); Blue value is 203 (79.69% from 255 or 32.43% from 626); Max value from RGB is 252 - color contains mainly: red. Hex color #FCABCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCABCB is #035434. Grayscale: #C6C6C6. Windows color (decimal): -218165 or 13347836. OLE color: 13347836.
HSL color Cylindrical-coordinate representation of color #FCABCB: hue angle of 336.3º 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 #FCABCB is Cyan = 0, Magento = 0.32, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 171 | 203 | - |
| CMYK | 0 | 0.32 | 0.19 | 0.01 |
| HSL | 336.3º | 0.93% | 0.83% | - |
| HSV(B) | 336.3º | 0.32% | 0.99% | - |
| XYZ | 65.49 | 54.13 | 63.5 | - |
| YUV | 198.87 | 130.34 | 165.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 171 | 203 | 0 | 0.32 | 0.19 | 0.01 | 336.3 | 0.93 | 0.83 |
| Hex | FC | AB | CB | 0 | 20 | 13 | 1 | 150 | 5D | 53 |
| Octal | 374 | 253 | 313 | 0 | 40 | 23 | 1 | 520 | 135 | 123 |
| Binary | 11111100 | 10101011 | 11001011 | 0 | 100000 | 10011 | 1 | 101010000 | 1011101 | 1010011 |
Color Harmonies of #FCABCB
Complementary color
Monochromatic Colors of #FCABCB
Black with #FCABCB
Text Example
Text Example
White with #FCABCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCABCB; }
p { color: rgb(252,171,203); }
H1.HeaderClassName
{
color: #FCABCB;
}
.AnyTagClassName
{
color: #FCABCB;
}
</style>
background-color css
<style>
a { background-color: #FCABCB; }
a { background-color: rgb(252,171,203); }
div.DivClassName
{
background-color: #FCABCB;
}
.BgClassName
{
background-color: #FCABCB;
}
</style>
border-color css
<style>
span { border-color: #FCABCB; }
span { border-color: rgb(252,171,203); }
td.TdClassName
{
border-color: #FCABCB;
}
.TagClassName
{
border-color: #FCABCB;
}
</style>