Shades of Carnation Pink #FCA4BD
Tints of Carnation Pink #FCA4BD
RGB
CMYK
RGB Variations
Color information
#FCA4BD (or 0xFCA4BD) is known color: Carnation Pink. HEX triplet: FC, A4 and BD. RGB value is (252,164,189). Sum of RGB (Red+Green+Blue) = 252+164+189=605 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.65% from 605); Green value is 164 (64.45% from 255 or 27.11% from 605); Blue value is 189 (74.22% from 255 or 31.24% from 605); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA4BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA4BD is #035B42. Grayscale: #C1C1C1. Windows color (decimal): -219971 or 12428540. OLE color: 12428540.
HSL color Cylindrical-coordinate representation of color #FCA4BD: hue angle of 342.95º 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 #FCA4BD is Cyan = 0, Magento = 0.35, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 164 | 189 | - |
| CMYK | 0 | 0.35 | 0.25 | 0.01 |
| HSL | 342.95º | 0.94% | 0.82% | - |
| HSV(B) | 342.95º | 0.35% | 0.99% | - |
| XYZ | 62.61 | 50.92 | 54.67 | - |
| YUV | 193.16 | 125.65 | 169.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 164 | 189 | 0 | 0.35 | 0.25 | 0.01 | 342.95 | 0.94 | 0.82 |
| Hex | FC | A4 | BD | 0 | 23 | 19 | 1 | 157 | 5E | 52 |
| Octal | 374 | 244 | 275 | 0 | 43 | 31 | 1 | 527 | 136 | 122 |
| Binary | 11111100 | 10100100 | 10111101 | 0 | 100011 | 11001 | 1 | 101010111 | 1011110 | 1010010 |
Color Harmonies of #FCA4BD
Complementary color
Monochromatic Colors of #FCA4BD
Black with #FCA4BD
Text Example
Text Example
White with #FCA4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA4BD; }
p { color: rgb(252,164,189); }
H1.HeaderClassName
{
color: #FCA4BD;
}
.AnyTagClassName
{
color: #FCA4BD;
}
</style>
background-color css
<style>
a { background-color: #FCA4BD; }
a { background-color: rgb(252,164,189); }
div.DivClassName
{
background-color: #FCA4BD;
}
.BgClassName
{
background-color: #FCA4BD;
}
</style>
border-color css
<style>
span { border-color: #FCA4BD; }
span { border-color: rgb(252,164,189); }
td.TdClassName
{
border-color: #FCA4BD;
}
.TagClassName
{
border-color: #FCA4BD;
}
</style>