Shades of Carnation Pink #FCABCA
Tints of Carnation Pink #FCABCA
RGB
CMYK
RGB Variations
Color information
#FCABCA (or 0xFCABCA) is known color: Carnation Pink. HEX triplet: FC, AB and CA. RGB value is (252,171,202). Sum of RGB (Red+Green+Blue) = 252+171+202=625 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.32% from 625); Green value is 171 (67.19% from 255 or 27.36% from 625); Blue value is 202 (79.30% from 255 or 32.32% from 625); Max value from RGB is 252 - color contains mainly: red. Hex color #FCABCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCABCA is #035435. Grayscale: #C6C6C6. Windows color (decimal): -218166 or 13282300. OLE color: 13282300.
HSL color Cylindrical-coordinate representation of color #FCABCA: hue angle of 337.04º 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 #FCABCA is Cyan = 0, Magento = 0.32, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 171 | 202 | - |
| CMYK | 0 | 0.32 | 0.20 | 0.01 |
| HSL | 337.04º | 0.93% | 0.83% | - |
| HSV(B) | 337.04º | 0.32% | 0.99% | - |
| XYZ | 65.37 | 54.09 | 62.87 | - |
| YUV | 198.75 | 129.84 | 165.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 171 | 202 | 0 | 0.32 | 0.20 | 0.01 | 337.04 | 0.93 | 0.83 |
| Hex | FC | AB | CA | 0 | 20 | 14 | 1 | 151 | 5D | 53 |
| Octal | 374 | 253 | 312 | 0 | 40 | 24 | 1 | 521 | 135 | 123 |
| Binary | 11111100 | 10101011 | 11001010 | 0 | 100000 | 10100 | 1 | 101010001 | 1011101 | 1010011 |
Color Harmonies of #FCABCA
Complementary color
Monochromatic Colors of #FCABCA
Black with #FCABCA
Text Example
Text Example
White with #FCABCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCABCA; }
p { color: rgb(252,171,202); }
H1.HeaderClassName
{
color: #FCABCA;
}
.AnyTagClassName
{
color: #FCABCA;
}
</style>
background-color css
<style>
a { background-color: #FCABCA; }
a { background-color: rgb(252,171,202); }
div.DivClassName
{
background-color: #FCABCA;
}
.BgClassName
{
background-color: #FCABCA;
}
</style>
border-color css
<style>
span { border-color: #FCABCA; }
span { border-color: rgb(252,171,202); }
td.TdClassName
{
border-color: #FCABCA;
}
.TagClassName
{
border-color: #FCABCA;
}
</style>