Shades of Pink #FCC8CD
Tints of Pink #FCC8CD
RGB
CMYK
RGB Variations
Color information
#FCC8CD (or 0xFCC8CD) is known color: Pink. HEX triplet: FC, C8 and CD. RGB value is (252,200,205). Sum of RGB (Red+Green+Blue) = 252+200+205=657 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.36% from 657); Green value is 200 (78.52% from 255 or 30.44% from 657); Blue value is 205 (80.47% from 255 or 31.20% from 657); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC8CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC8CD is #033732. Grayscale: #D8D8D8. Windows color (decimal): -210739 or 13486332. OLE color: 13486332.
HSL color Cylindrical-coordinate representation of color #FCC8CD: hue angle of 354.23º degrees, saturation: 0.9, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FCC8CD is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 200 | 205 | - |
| CMYK | 0 | 0.21 | 0.19 | 0.01 |
| HSL | 354.23º | 0.9% | 0.89% | - |
| HSV(B) | 354.23º | 0.21% | 0.99% | - |
| XYZ | 71.82 | 66.41 | 66.79 | - |
| YUV | 216.12 | 121.73 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 200 | 205 | 0 | 0.21 | 0.19 | 0.01 | 354.23 | 0.9 | 0.89 |
| Hex | FC | C8 | CD | 0 | 15 | 13 | 1 | 162 | 5A | 59 |
| Octal | 374 | 310 | 315 | 0 | 25 | 23 | 1 | 542 | 132 | 131 |
| Binary | 11111100 | 11001000 | 11001101 | 0 | 10101 | 10011 | 1 | 101100010 | 1011010 | 1011001 |
Color Harmonies of #FCC8CD
Complementary color
Monochromatic Colors of #FCC8CD
Black with #FCC8CD
Text Example
Text Example
White with #FCC8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC8CD; }
p { color: rgb(252,200,205); }
H1.HeaderClassName
{
color: #FCC8CD;
}
.AnyTagClassName
{
color: #FCC8CD;
}
</style>
background-color css
<style>
a { background-color: #FCC8CD; }
a { background-color: rgb(252,200,205); }
div.DivClassName
{
background-color: #FCC8CD;
}
.BgClassName
{
background-color: #FCC8CD;
}
</style>
border-color css
<style>
span { border-color: #FCC8CD; }
span { border-color: rgb(252,200,205); }
td.TdClassName
{
border-color: #FCC8CD;
}
.TagClassName
{
border-color: #FCC8CD;
}
</style>