Shades of Carnation Pink #FCA5C2
Tints of Carnation Pink #FCA5C2
RGB
CMYK
RGB Variations
Color information
#FCA5C2 (or 0xFCA5C2) is known color: Carnation Pink. HEX triplet: FC, A5 and C2. RGB value is (252,165,194). Sum of RGB (Red+Green+Blue) = 252+165+194=611 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.24% from 611); Green value is 165 (64.84% from 255 or 27.00% from 611); Blue value is 194 (76.17% from 255 or 31.75% from 611); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA5C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA5C2 is #035A3D. Grayscale: #C2C2C2. Windows color (decimal): -219710 or 12756476. OLE color: 12756476.
HSL color Cylindrical-coordinate representation of color #FCA5C2: hue angle of 340º 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 #FCA5C2 is Cyan = 0, Magento = 0.35, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 165 | 194 | - |
| CMYK | 0 | 0.35 | 0.23 | 0.01 |
| HSL | 340º | 0.94% | 0.82% | - |
| HSV(B) | 340º | 0.35% | 0.99% | - |
| XYZ | 63.34 | 51.5 | 57.64 | - |
| YUV | 194.32 | 127.82 | 169.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 165 | 194 | 0 | 0.35 | 0.23 | 0.01 | 340 | 0.94 | 0.82 |
| Hex | FC | A5 | C2 | 0 | 23 | 17 | 1 | 154 | 5E | 52 |
| Octal | 374 | 245 | 302 | 0 | 43 | 27 | 1 | 524 | 136 | 122 |
| Binary | 11111100 | 10100101 | 11000010 | 0 | 100011 | 10111 | 1 | 101010100 | 1011110 | 1010010 |
Color Harmonies of #FCA5C2
Complementary color
Monochromatic Colors of #FCA5C2
Black with #FCA5C2
Text Example
Text Example
White with #FCA5C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA5C2; }
p { color: rgb(252,165,194); }
H1.HeaderClassName
{
color: #FCA5C2;
}
.AnyTagClassName
{
color: #FCA5C2;
}
</style>
background-color css
<style>
a { background-color: #FCA5C2; }
a { background-color: rgb(252,165,194); }
div.DivClassName
{
background-color: #FCA5C2;
}
.BgClassName
{
background-color: #FCA5C2;
}
</style>
border-color css
<style>
span { border-color: #FCA5C2; }
span { border-color: rgb(252,165,194); }
td.TdClassName
{
border-color: #FCA5C2;
}
.TagClassName
{
border-color: #FCA5C2;
}
</style>