Shades of Your Pink #FCC6BC
Tints of Your Pink #FCC6BC
RGB
CMYK
RGB Variations
Color information
#FCC6BC (or 0xFCC6BC) is known color: Your Pink. HEX triplet: FC, C6 and BC. RGB value is (252,198,188). Sum of RGB (Red+Green+Blue) = 252+198+188=638 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.50% from 638); Green value is 198 (77.73% from 255 or 31.03% from 638); Blue value is 188 (73.83% from 255 or 29.47% from 638); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC6BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC6BC is #033943. Grayscale: #D5D5D5. Windows color (decimal): -211268 or 12371708. OLE color: 12371708.
HSL color Cylindrical-coordinate representation of color #FCC6BC: hue angle of 9.38º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FCC6BC is Cyan = 0, Magento = 0.21, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 198 | 188 | - |
| CMYK | 0 | 0.21 | 0.25 | 0.01 |
| HSL | 9.38º | 0.91% | 0.86% | - |
| HSV(B) | 9.38º | 0.25% | 0.99% | - |
| XYZ | 69.42 | 64.71 | 56.41 | - |
| YUV | 213.01 | 113.89 | 155.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 198 | 188 | 0 | 0.21 | 0.25 | 0.01 | 9.38 | 0.91 | 0.86 |
| Hex | FC | C6 | BC | 0 | 15 | 19 | 1 | 9 | 5B | 56 |
| Octal | 374 | 306 | 274 | 0 | 25 | 31 | 1 | 11 | 133 | 126 |
| Binary | 11111100 | 11000110 | 10111100 | 0 | 10101 | 11001 | 1 | 1001 | 1011011 | 1010110 |
Color Harmonies of #FCC6BC
Complementary color
Monochromatic Colors of #FCC6BC
Black with #FCC6BC
Text Example
Text Example
White with #FCC6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC6BC; }
p { color: rgb(252,198,188); }
H1.HeaderClassName
{
color: #FCC6BC;
}
.AnyTagClassName
{
color: #FCC6BC;
}
</style>
background-color css
<style>
a { background-color: #FCC6BC; }
a { background-color: rgb(252,198,188); }
div.DivClassName
{
background-color: #FCC6BC;
}
.BgClassName
{
background-color: #FCC6BC;
}
</style>
border-color css
<style>
span { border-color: #FCC6BC; }
span { border-color: rgb(252,198,188); }
td.TdClassName
{
border-color: #FCC6BC;
}
.TagClassName
{
border-color: #FCC6BC;
}
</style>