Shades of Your Pink #FCC6C5
Tints of Your Pink #FCC6C5
RGB
CMYK
RGB Variations
Color information
#FCC6C5 (or 0xFCC6C5) is known color: Your Pink. HEX triplet: FC, C6 and C5. RGB value is (252,198,197). Sum of RGB (Red+Green+Blue) = 252+198+197=647 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.95% from 647); Green value is 198 (77.73% from 255 or 30.60% from 647); Blue value is 197 (77.34% from 255 or 30.45% from 647); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC6C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC6C5 is #03393A. Grayscale: #D6D6D6. Windows color (decimal): -211259 or 12961532. OLE color: 12961532.
HSL color Cylindrical-coordinate representation of color #FCC6C5: hue angle of 1.09º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FCC6C5 is Cyan = 0, Magento = 0.21, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 198 | 197 | - |
| CMYK | 0 | 0.21 | 0.22 | 0.01 |
| HSL | 1.09º | 0.9% | 0.88% | - |
| HSV(B) | 1.09º | 0.22% | 0.99% | - |
| XYZ | 70.42 | 65.11 | 61.68 | - |
| YUV | 214.03 | 118.39 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 198 | 197 | 0 | 0.21 | 0.22 | 0.01 | 1.09 | 0.9 | 0.88 |
| Hex | FC | C6 | C5 | 0 | 15 | 16 | 1 | 1 | 5A | 58 |
| Octal | 374 | 306 | 305 | 0 | 25 | 26 | 1 | 1 | 132 | 130 |
| Binary | 11111100 | 11000110 | 11000101 | 0 | 10101 | 10110 | 1 | 1 | 1011010 | 1011000 |
Color Harmonies of #FCC6C5
Complementary color
Monochromatic Colors of #FCC6C5
Black with #FCC6C5
Text Example
Text Example
White with #FCC6C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC6C5; }
p { color: rgb(252,198,197); }
H1.HeaderClassName
{
color: #FCC6C5;
}
.AnyTagClassName
{
color: #FCC6C5;
}
</style>
background-color css
<style>
a { background-color: #FCC6C5; }
a { background-color: rgb(252,198,197); }
div.DivClassName
{
background-color: #FCC6C5;
}
.BgClassName
{
background-color: #FCC6C5;
}
</style>
border-color css
<style>
span { border-color: #FCC6C5; }
span { border-color: rgb(252,198,197); }
td.TdClassName
{
border-color: #FCC6C5;
}
.TagClassName
{
border-color: #FCC6C5;
}
</style>