Shades of Carnation Pink #FCA8C8
Tints of Carnation Pink #FCA8C8
RGB
CMYK
RGB Variations
Color information
#FCA8C8 (or 0xFCA8C8) is known color: Carnation Pink. HEX triplet: FC, A8 and C8. RGB value is (252,168,200). Sum of RGB (Red+Green+Blue) = 252+168+200=620 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.65% from 620); Green value is 168 (66.02% from 255 or 27.10% from 620); Blue value is 200 (78.52% from 255 or 32.26% from 620); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA8C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA8C8 is #035737. Grayscale: #C4C4C4. Windows color (decimal): -218936 or 13150460. OLE color: 13150460.
HSL color Cylindrical-coordinate representation of color #FCA8C8: hue angle of 337.14º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FCA8C8 is Cyan = 0, Magento = 0.33, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 168 | 200 | - |
| CMYK | 0 | 0.33 | 0.21 | 0.01 |
| HSL | 337.14º | 0.93% | 0.82% | - |
| HSV(B) | 337.14º | 0.33% | 0.99% | - |
| XYZ | 64.57 | 52.87 | 61.45 | - |
| YUV | 196.76 | 129.83 | 167.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 168 | 200 | 0 | 0.33 | 0.21 | 0.01 | 337.14 | 0.93 | 0.82 |
| Hex | FC | A8 | C8 | 0 | 21 | 15 | 1 | 151 | 5D | 52 |
| Octal | 374 | 250 | 310 | 0 | 41 | 25 | 1 | 521 | 135 | 122 |
| Binary | 11111100 | 10101000 | 11001000 | 0 | 100001 | 10101 | 1 | 101010001 | 1011101 | 1010010 |
Color Harmonies of #FCA8C8
Complementary color
Monochromatic Colors of #FCA8C8
Black with #FCA8C8
Text Example
Text Example
White with #FCA8C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA8C8; }
p { color: rgb(252,168,200); }
H1.HeaderClassName
{
color: #FCA8C8;
}
.AnyTagClassName
{
color: #FCA8C8;
}
</style>
background-color css
<style>
a { background-color: #FCA8C8; }
a { background-color: rgb(252,168,200); }
div.DivClassName
{
background-color: #FCA8C8;
}
.BgClassName
{
background-color: #FCA8C8;
}
</style>
border-color css
<style>
span { border-color: #FCA8C8; }
span { border-color: rgb(252,168,200); }
td.TdClassName
{
border-color: #FCA8C8;
}
.TagClassName
{
border-color: #FCA8C8;
}
</style>