Shades of Carnation Pink #FCA4CA
Tints of Carnation Pink #FCA4CA
RGB
CMYK
RGB Variations
Color information
#FCA4CA (or 0xFCA4CA) is known color: Carnation Pink. HEX triplet: FC, A4 and CA. RGB value is (252,164,202). Sum of RGB (Red+Green+Blue) = 252+164+202=618 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.78% from 618); Green value is 164 (64.45% from 255 or 26.54% from 618); Blue value is 202 (79.30% from 255 or 32.69% from 618); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA4CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA4CA is #035B35. Grayscale: #C2C2C2. Windows color (decimal): -219958 or 13280508. OLE color: 13280508.
HSL color Cylindrical-coordinate representation of color #FCA4CA: hue angle of 334.09º degrees, saturation: 0.94, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FCA4CA is Cyan = 0, Magento = 0.35, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 164 | 202 | - |
| CMYK | 0 | 0.35 | 0.20 | 0.01 |
| HSL | 334.09º | 0.94% | 0.82% | - |
| HSV(B) | 334.09º | 0.35% | 0.99% | - |
| XYZ | 64.08 | 51.51 | 62.44 | - |
| YUV | 194.64 | 132.15 | 168.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 164 | 202 | 0 | 0.35 | 0.20 | 0.01 | 334.09 | 0.94 | 0.82 |
| Hex | FC | A4 | CA | 0 | 23 | 14 | 1 | 14E | 5E | 52 |
| Octal | 374 | 244 | 312 | 0 | 43 | 24 | 1 | 516 | 136 | 122 |
| Binary | 11111100 | 10100100 | 11001010 | 0 | 100011 | 10100 | 1 | 101001110 | 1011110 | 1010010 |
Color Harmonies of #FCA4CA
Complementary color
Monochromatic Colors of #FCA4CA
Black with #FCA4CA
Text Example
Text Example
White with #FCA4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA4CA; }
p { color: rgb(252,164,202); }
H1.HeaderClassName
{
color: #FCA4CA;
}
.AnyTagClassName
{
color: #FCA4CA;
}
</style>
background-color css
<style>
a { background-color: #FCA4CA; }
a { background-color: rgb(252,164,202); }
div.DivClassName
{
background-color: #FCA4CA;
}
.BgClassName
{
background-color: #FCA4CA;
}
</style>
border-color css
<style>
span { border-color: #FCA4CA; }
span { border-color: rgb(252,164,202); }
td.TdClassName
{
border-color: #FCA4CA;
}
.TagClassName
{
border-color: #FCA4CA;
}
</style>