Shades of Your Pink #FCC6B9
Tints of Your Pink #FCC6B9
RGB
CMYK
RGB Variations
Color information
#FCC6B9 (or 0xFCC6B9) is known color: Your Pink. HEX triplet: FC, C6 and B9. RGB value is (252,198,185). Sum of RGB (Red+Green+Blue) = 252+198+185=635 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.69% from 635); Green value is 198 (77.73% from 255 or 31.18% from 635); Blue value is 185 (72.66% from 255 or 29.13% from 635); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC6B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC6B9 is #033946. Grayscale: #D4D4D4. Windows color (decimal): -211271 or 12175100. OLE color: 12175100.
HSL color Cylindrical-coordinate representation of color #FCC6B9: hue angle of 11.64º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FCC6B9 is Cyan = 0, Magento = 0.21, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 198 | 185 | - |
| CMYK | 0 | 0.21 | 0.27 | 0.01 |
| HSL | 11.64º | 0.92% | 0.86% | - |
| HSV(B) | 11.64º | 0.27% | 0.99% | - |
| XYZ | 69.1 | 64.59 | 54.72 | - |
| YUV | 212.66 | 112.39 | 156.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 198 | 185 | 0 | 0.21 | 0.27 | 0.01 | 11.64 | 0.92 | 0.86 |
| Hex | FC | C6 | B9 | 0 | 15 | 1B | 1 | C | 5C | 56 |
| Octal | 374 | 306 | 271 | 0 | 25 | 33 | 1 | 14 | 134 | 126 |
| Binary | 11111100 | 11000110 | 10111001 | 0 | 10101 | 11011 | 1 | 1100 | 1011100 | 1010110 |
Color Harmonies of #FCC6B9
Complementary color
Monochromatic Colors of #FCC6B9
Black with #FCC6B9
Text Example
Text Example
White with #FCC6B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC6B9; }
p { color: rgb(252,198,185); }
H1.HeaderClassName
{
color: #FCC6B9;
}
.AnyTagClassName
{
color: #FCC6B9;
}
</style>
background-color css
<style>
a { background-color: #FCC6B9; }
a { background-color: rgb(252,198,185); }
div.DivClassName
{
background-color: #FCC6B9;
}
.BgClassName
{
background-color: #FCC6B9;
}
</style>
border-color css
<style>
span { border-color: #FCC6B9; }
span { border-color: rgb(252,198,185); }
td.TdClassName
{
border-color: #FCC6B9;
}
.TagClassName
{
border-color: #FCC6B9;
}
</style>