Shades of Carnation Pink #FCAACA
Tints of Carnation Pink #FCAACA
RGB
CMYK
RGB Variations
Color information
#FCAACA (or 0xFCAACA) is known color: Carnation Pink. HEX triplet: FC, AA and CA. RGB value is (252,170,202). Sum of RGB (Red+Green+Blue) = 252+170+202=624 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.38% from 624); Green value is 170 (66.80% from 255 or 27.24% from 624); Blue value is 202 (79.30% from 255 or 32.37% from 624); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAACA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCAACA is #035535. Grayscale: #C6C6C6. Windows color (decimal): -218422 or 13282044. OLE color: 13282044.
HSL color Cylindrical-coordinate representation of color #FCAACA: hue angle of 336.59º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FCAACA is Cyan = 0, Magento = 0.33, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 170 | 202 | - |
| CMYK | 0 | 0.33 | 0.20 | 0.01 |
| HSL | 336.59º | 0.93% | 0.83% | - |
| HSV(B) | 336.59º | 0.33% | 0.99% | - |
| XYZ | 65.18 | 53.71 | 62.81 | - |
| YUV | 198.17 | 130.17 | 166.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 170 | 202 | 0 | 0.33 | 0.20 | 0.01 | 336.59 | 0.93 | 0.83 |
| Hex | FC | AA | CA | 0 | 21 | 14 | 1 | 151 | 5D | 53 |
| Octal | 374 | 252 | 312 | 0 | 41 | 24 | 1 | 521 | 135 | 123 |
| Binary | 11111100 | 10101010 | 11001010 | 0 | 100001 | 10100 | 1 | 101010001 | 1011101 | 1010011 |
Color Harmonies of #FCAACA
Complementary color
Monochromatic Colors of #FCAACA
Black with #FCAACA
Text Example
Text Example
White with #FCAACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAACA; }
p { color: rgb(252,170,202); }
H1.HeaderClassName
{
color: #FCAACA;
}
.AnyTagClassName
{
color: #FCAACA;
}
</style>
background-color css
<style>
a { background-color: #FCAACA; }
a { background-color: rgb(252,170,202); }
div.DivClassName
{
background-color: #FCAACA;
}
.BgClassName
{
background-color: #FCAACA;
}
</style>
border-color css
<style>
span { border-color: #FCAACA; }
span { border-color: rgb(252,170,202); }
td.TdClassName
{
border-color: #FCAACA;
}
.TagClassName
{
border-color: #FCAACA;
}
</style>