Shades of Carnation Pink #FCA9CB
Tints of Carnation Pink #FCA9CB
RGB
CMYK
RGB Variations
Color information
#FCA9CB (or 0xFCA9CB) is known color: Carnation Pink. HEX triplet: FC, A9 and CB. RGB value is (252,169,203). Sum of RGB (Red+Green+Blue) = 252+169+203=624 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.38% from 624); Green value is 169 (66.41% from 255 or 27.08% from 624); Blue value is 203 (79.69% from 255 or 32.53% from 624); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA9CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA9CB is #035634. Grayscale: #C5C5C5. Windows color (decimal): -218677 or 13347324. OLE color: 13347324.
HSL color Cylindrical-coordinate representation of color #FCA9CB: hue angle of 335.42º 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 #FCA9CB is Cyan = 0, Magento = 0.33, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 169 | 203 | - |
| CMYK | 0 | 0.33 | 0.19 | 0.01 |
| HSL | 335.42º | 0.93% | 0.83% | - |
| HSV(B) | 335.42º | 0.33% | 0.99% | - |
| XYZ | 65.11 | 53.38 | 63.37 | - |
| YUV | 197.69 | 131 | 166.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 169 | 203 | 0 | 0.33 | 0.19 | 0.01 | 335.42 | 0.93 | 0.83 |
| Hex | FC | A9 | CB | 0 | 21 | 13 | 1 | 14F | 5D | 53 |
| Octal | 374 | 251 | 313 | 0 | 41 | 23 | 1 | 517 | 135 | 123 |
| Binary | 11111100 | 10101001 | 11001011 | 0 | 100001 | 10011 | 1 | 101001111 | 1011101 | 1010011 |
Color Harmonies of #FCA9CB
Complementary color
Monochromatic Colors of #FCA9CB
Black with #FCA9CB
Text Example
Text Example
White with #FCA9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA9CB; }
p { color: rgb(252,169,203); }
H1.HeaderClassName
{
color: #FCA9CB;
}
.AnyTagClassName
{
color: #FCA9CB;
}
</style>
background-color css
<style>
a { background-color: #FCA9CB; }
a { background-color: rgb(252,169,203); }
div.DivClassName
{
background-color: #FCA9CB;
}
.BgClassName
{
background-color: #FCA9CB;
}
</style>
border-color css
<style>
span { border-color: #FCA9CB; }
span { border-color: rgb(252,169,203); }
td.TdClassName
{
border-color: #FCA9CB;
}
.TagClassName
{
border-color: #FCA9CB;
}
</style>